Skip to content

Commit e76b1e0

Browse files
Disable 'import-error' check
1 parent c6e4794 commit e76b1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ disable=raw-checker-failed,
153153
deprecated-pragma,
154154
use-symbolic-message-instead,
155155
logging-fstring-interpolation,
156+
import-error,
156157

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

0 commit comments

Comments
 (0)