remove unused packages from extension-pkg-whitelist in pylintrc

This commit is contained in:
Jack Robison 2019-02-03 15:02:43 -05:00
parent 8f5a8ab8ba
commit bbadece75d
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -33,9 +33,7 @@ unsafe-load-any-extension=no
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-whitelist=
miniupnpc,
unqlite
# extension-pkg-whitelist=
# Allow optimization of some AST trees. This will activate a peephole AST
# optimizer, which will apply various small optimizations. For instance, it can