Skip to content

Commit 66be82b

Browse files
committed
Fix pylint warning
1 parent f2c4386 commit 66be82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,5 +525,5 @@ min-public-methods=2
525525

526526
# Exceptions that will emit a warning when being caught. Defaults to
527527
# "BaseException, Exception".
528-
overgeneral-exceptions=BaseException,
529-
Exception
528+
overgeneral-exceptions=builtins.BaseException,
529+
builtins.Exception

0 commit comments

Comments
 (0)