We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246852c commit 4e4fb20Copy full SHA for 4e4fb20
maxminddb/reader.py
@@ -11,7 +11,7 @@
11
import ipaddress
12
import struct
13
from ipaddress import IPv4Address, IPv6Address
14
-from typing import IO, TYPE_CHECKING, Any, AnyStr
+from typing import IO, TYPE_CHECKING, AnyStr
15
16
from maxminddb.const import MODE_AUTO, MODE_FD, MODE_FILE, MODE_MEMORY, MODE_MMAP
17
from maxminddb.decoder import Decoder
0 commit comments