Skip to content

Commit 1ee4c8e

Browse files
committed
try to diable pylint locally
1 parent 57a3180 commit 1ee4c8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/projects/models.py

+2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
from readthedocs.vcs_support.utils import Lock, NonBlockingLock
3838

3939
if sys.version_info > (3,):
40+
# pylint: disable=import-error
4041
from urllib.parse import urlparse
42+
# pylint: enable=import-error
4143
else:
4244
from urlparse import urlparse
4345

0 commit comments

Comments
 (0)