pylint fixes
fixed import order and disabled line-too-long pylint rule
This commit is contained in:
parent
7a05632bf0
commit
b0fbe87fc0
2 changed files with 4 additions and 3 deletions
|
@ -2,4 +2,5 @@
|
|||
disable=
|
||||
missing-module-docstring,
|
||||
missing-function-docstring,
|
||||
missing-class-docstring
|
||||
missing-class-docstring,
|
||||
line-too-long
|
Loading…
Add table
Add a link
Reference in a new issue