Skip to content

Commit be0191e

Browse files
committed
Ignore pylint warning on 2.7
1 parent 4bcb7a7 commit be0191e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maxminddb/file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44

55
try:
6+
# pylint: disable=no-name-in-module
67
from multiprocessing import Lock
78
except ImportError:
89
from threading import Lock

0 commit comments

Comments
 (0)