Skip to content

Commit 357253c

Browse files
committed
fix error in pylint config
1 parent 7e32833 commit 357253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ disable=raw-checker-failed,
431431
use-symbolic-message-instead,
432432
line-too-long,
433433
too-many-arguments,
434-
too-many-public-methods
434+
too-many-public-methods,
435435
too-many-branches
436436

437437
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)