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 4bcb7a7 commit be0191eCopy full SHA for be0191e
maxminddb/file.py
@@ -3,6 +3,7 @@
3
import os
4
5
try:
6
+ # pylint: disable=no-name-in-module
7
from multiprocessing import Lock
8
except ImportError:
9
from threading import Lock
0 commit comments