Skip to content

Commit 4e4fb20

Browse files
committed
unused import
1 parent 246852c commit 4e4fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maxminddb/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import ipaddress
1212
import struct
1313
from ipaddress import IPv4Address, IPv6Address
14-
from typing import IO, TYPE_CHECKING, Any, AnyStr
14+
from typing import IO, TYPE_CHECKING, AnyStr
1515

1616
from maxminddb.const import MODE_AUTO, MODE_FD, MODE_FILE, MODE_MEMORY, MODE_MMAP
1717
from maxminddb.decoder import Decoder

0 commit comments

Comments
 (0)