Skip to content

Commit df8e4f9

Browse files
committed
Removed TypedDict unused import (breaks 3.7 compat)
1 parent af091ed commit df8e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tibiapy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import urllib.parse
77
import warnings
88
from collections import OrderedDict
9-
from typing import Dict, Optional, Tuple, Type, TypeVar, TypedDict, Union
9+
from typing import Dict, Optional, Tuple, Type, TypeVar, Union
1010

1111
import bs4
1212

0 commit comments

Comments
 (0)