We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcce55 commit a72890fCopy full SHA for a72890f
scheduler/broker_types.py
@@ -1,6 +1,6 @@
1
# This is a helper module to obfuscate types used by different broker implementations.
2
from collections import namedtuple
3
-from typing import Union, Dict, Tuple, Type
+from typing import Union, Dict, Tuple
4
5
import redis
6
0 commit comments