Ignore not-context-manager pylint error

This commit is contained in:
Dana Powers
2017-04-29 10:37:02 -07:00
parent 120410bcb4
commit 1d9f8c8172

View File

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