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 d7bd0b0 commit 0ee7d9eCopy full SHA for 0ee7d9e
maxminddb/__init__.py
@@ -4,6 +4,7 @@
4
try:
5
if os.environ.get('MAXMINDDB_PURE_PYTHON') == '1':
6
raise ImportError()
7
+ # pylint: disable=no-name-in-module
8
from maxminddb.extension import Reader, InvalidDatabaseError
9
except ImportError as import_error:
10
if os.environ.get('MAXMINDDB_PURE_PYTHON') == '0':
0 commit comments