Fix pylint ignores to use names
This commit is contained in:
parent
90b6a534c1
commit
ce5fafcbd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue