From f533438f8d0bd53b2d9162d26c08532667a4a022 Mon Sep 17 00:00:00 2001 From: Thomas SUCHON Date: Thu, 23 May 2024 16:09:37 +0200 Subject: [PATCH] Cleanup unused library --- setup.cfg | 4 ++-- wo/cli/plugins/stack_pref.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7d616e1..d71d161 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ where=tests/ license-file = LICENSE [flake8] -ignore = F405,W504,S322,S404,S603,s607,s602,C901 +ignore = F405,W504,S322,S404,S603,s607,s602,C901,W503 max-line-length = 120 exclude = # No need to traverse our git directory @@ -26,4 +26,4 @@ exclude = build, # This contains builds of flake8 that we don't want to check dist -max-complexity = 10 \ No newline at end of file +max-complexity = 10 diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index b56bda1..1239a73 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -5,7 +5,6 @@ import shutil import string import psutil -import requests from wo.core.apt_repo import WORepo from wo.core.aptget import WOAptGet from wo.core.cron import WOCron