Disable false context-manager pylint error

This commit is contained in:
Brian C. Lane 2018-10-09 15:47:38 -07:00
parent 0037f10205
commit 0a96c1eedb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import logging
log = logging.getLogger("pylorax")
program_log = logging.getLogger("program")
# pylint: disable=not-context-manager
from threading import Lock
program_log_lock = Lock()