Ignore not-context-manager pylint error (#1092)

This commit is contained in:
Dana Powers
2017-04-29 11:36:35 -07:00
committed by GitHub
parent 120410bcb4
commit 384420425c

View File

@@ -1,2 +1,5 @@
[TYPECHECK]
ignored-classes=SyncManager,_socketobject
[MESSAGES CONTROL]
disable=E1129