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
1 changed files with 3 additions and 0 deletions

View File

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