Skip to content

Commit a72890f

Browse files
committed
chore:update deps
1 parent bdcce55 commit a72890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/broker_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a helper module to obfuscate types used by different broker implementations.
22
from collections import namedtuple
3-
from typing import Union, Dict, Tuple, Type
3+
from typing import Union, Dict, Tuple
44

55
import redis
66

0 commit comments

Comments
 (0)