Fix pylint ignores to use names

This commit is contained in:
Joseph Schorr 2017-01-26 12:00:54 -05:00
parent 90b6a534c1
commit ce5fafcbd8

View file

@ -1,4 +1,4 @@
# pylint: disable=redefined-outer-name, unused-argument, C0103, C0111, too-many-arguments
# pylint: disable=redefined-outer-name, unused-argument, invalid-name, missing-docstring, too-many-arguments
import json
import time