Skip to content

Commit 620e6f2

Browse files
committed
Fix cyclic import
1 parent 49a8927 commit 620e6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maxminddb/extension.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from ipaddress import IPv4Address, IPv6Address
55
from os import PathLike
66
from typing import IO, Any, AnyStr, Optional, Union
77

8-
from maxminddb import MODE_AUTO
8+
from maxminddb.const import MODE_AUTO
99
from maxminddb.types import Record
1010

1111
class Reader:

0 commit comments

Comments
 (0)