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 49a8927 commit 620e6f2Copy full SHA for 620e6f2
maxminddb/extension.pyi
@@ -5,7 +5,7 @@ from ipaddress import IPv4Address, IPv6Address
5
from os import PathLike
6
from typing import IO, Any, AnyStr, Optional, Union
7
8
-from maxminddb import MODE_AUTO
+from maxminddb.const import MODE_AUTO
9
from maxminddb.types import Record
10
11
class Reader:
0 commit comments