Sergei Vishnikin
Results
1
issues of
Sergei Vishnikin
When a list of classes (not instances) is assigned to `RedisSettings.retry_on_error`, mypy finds an error: ``` $ make mypy mypy arq arq/poc_annotations.py:5: error: List item 0 has incompatible type "type[ConnectionError]";...