Ignore _socketobject errors in pylint -- v1.5.4 started throwing no-member errors on python 2.7

This commit is contained in:
Dana Powers
2016-01-23 18:39:42 -08:00
parent 0c395bd96a
commit b52f17e18d

View File

@@ -1,2 +1,2 @@
[TYPECHECK]
ignored-classes=SyncManager
ignored-classes=SyncManager,_socketobject