Skip to content

Commit 758d6e4

Browse files
author
Varun Rathore
committed
removed lint error
1 parent c63da12 commit 758d6e4

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
@@ -32,7 +32,7 @@ unsafe-load-any-extension=no
3232
# A comma-separated list of package or module names from where C extensions may
3333
# be loaded. Extensions are loading into the active Python interpreter and may
3434
# run arbitrary code
35-
extension-pkg-whitelist=
35+
extension-pkg-whitelist=
3636

3737
# Allow optimization of some AST trees. This will activate a peephole AST
3838
# optimizer, which will apply various small optimizations. For instance, it can

0 commit comments

Comments
 (0)