We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153a1fc commit 3da635aCopy full SHA for 3da635a
1 file changed
bencode/__init__.py
@@ -21,7 +21,7 @@
21
try:
22
from typing import Dict, List, Tuple, Deque, Union, TextIO, BinaryIO, Any
23
except ImportError:
24
- Dict, List, Tuple, Deque, Union, TextIO, BinaryIO, Any = None
+ Dict = List = Tuple = Deque = Union = TextIO = BinaryIO = Any = None
25
26
27
from collections import OrderedDict
0 commit comments