Skip to content

Commit 017264b

Browse files
committed
Fix pylint issues
1 parent 71c2cc1 commit 017264b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ disable=raw-checker-failed,
7272
unspecified-encoding,
7373
unused-private-member,
7474
missing-timeout,
75-
unnecessary-dunder-call
75+
unnecessary-dunder-call,
76+
use-dict-literal
7677

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

0 commit comments

Comments
 (0)