Cleanup unused library
This commit is contained in:
@@ -15,7 +15,7 @@ where=tests/
|
|||||||
license-file = LICENSE
|
license-file = LICENSE
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = F405,W504,S322,S404,S603,s607,s602,C901
|
ignore = F405,W504,S322,S404,S603,s607,s602,C901,W503
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude =
|
exclude =
|
||||||
# No need to traverse our git directory
|
# No need to traverse our git directory
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import shutil
|
|||||||
import string
|
import string
|
||||||
|
|
||||||
import psutil
|
import psutil
|
||||||
import requests
|
|
||||||
from wo.core.apt_repo import WORepo
|
from wo.core.apt_repo import WORepo
|
||||||
from wo.core.aptget import WOAptGet
|
from wo.core.aptget import WOAptGet
|
||||||
from wo.core.cron import WOCron
|
from wo.core.cron import WOCron
|
||||||
|
|||||||
Reference in New Issue
Block a user