From bbadece75d7a6962b7d9af1fbab219ae3c65629f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sun, 3 Feb 2019 15:02:43 -0500 Subject: [PATCH] remove unused packages from extension-pkg-whitelist in pylintrc --- .pylintrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index f32bc535f..6d7cb1ad9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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