Run isort on project

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2023-11-14 23:04:18 +02:00
parent d860708ec9
commit 70f88ed37d
21 changed files with 99 additions and 83 deletions

View File

@ -1,11 +1,11 @@
import os
import sys
import pkgutil
from euscan import CONFIG, output
import sys
from portage.xml.metadata import MetaDataXML
from euscan import CONFIG, output
handlers = {"package": [], "url": [], "all": {}}
# autoimport all modules in this directory and append them to handlers list