Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
chore(pylint): cleanup .pylintrc
Browse files Browse the repository at this point in the history
remove `winsound` from `allow-any-import-level`
  • Loading branch information
cesarcoatl committed Feb 11, 2022
1 parent 23c517d commit 111e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ check-str-concat-over-line-jumps=no

# List of modules that can be imported at any level, not just the top level
# one.
allow-any-import-level=winsound
allow-any-import-level=

# Allow wildcard imports from modules that define __all__.
allow-wildcard-with-all=no
Expand Down

0 comments on commit 111e5bd

Please sign in to comment.