Cleanup unused library

This commit is contained in:
Thomas SUCHON
2024-05-23 16:09:37 +02:00
parent ae41db1111
commit f533438f8d
2 changed files with 2 additions and 3 deletions

View File

@@ -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
max-complexity = 10

View File

@@ -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