Skip to content

Commit 3da635a

Browse files
committed
Forgot syntax
1 parent 153a1fc commit 3da635a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bencode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
try:
2222
from typing import Dict, List, Tuple, Deque, Union, TextIO, BinaryIO, Any
2323
except ImportError:
24-
Dict, List, Tuple, Deque, Union, TextIO, BinaryIO, Any = None
24+
Dict = List = Tuple = Deque = Union = TextIO = BinaryIO = Any = None
2525

2626
try:
2727
from collections import OrderedDict

0 commit comments

Comments
 (0)