Skip to content

Commit 0ea3404

Browse files
author
John Dutchover
committed
disable pylint E0401
1 parent 9b38200 commit 0ea3404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ confidence=
5555
# --enable=similarities". If you want to run only the classes checker, but have
5656
# no Warning level messages displayed, use"--disable=all --enable=classes
5757
# --disable=W"
58-
# disable=
58+
disable=E0401
5959

6060
# Enable the message, report, category or checker with the given id(s). You can
6161
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)