Skip to content

Commit 77acca9

Browse files
committed
More lint fixes
1 parent f6280e5 commit 77acca9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pylintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[MESSAGES CONTROL]
2-
disable=bad-continuation,
3-
consider-using-from-import,
2+
disable=consider-using-from-import,
43
consider-using-with,
54
duplicate-code,
65
global-variable-undefined,
76
invalid-name,
87
missing-docstring,
9-
no-self-use,
108
protected-access,
119
too-few-public-methods,
1210
too-many-return-statements,

0 commit comments

Comments
 (0)