Remove unused import

This commit is contained in:
2021-01-17 21:20:52 +01:00
parent 12f3a0fc6f
commit fecb135f11

View File

@ -8,7 +8,7 @@ from getpass import getpass
from imghdr import what
from inspect import cleandoc
from logging import DEBUG, INFO, basicConfig, getLogger
from os import environ, getcwd
from os import environ
from os.path import exists
from pathlib import Path
from sys import exit, stdout