Remove unused import
This commit is contained in:
parent
12f3a0fc6f
commit
fecb135f11
@ -8,7 +8,7 @@ from getpass import getpass
|
|||||||
from imghdr import what
|
from imghdr import what
|
||||||
from inspect import cleandoc
|
from inspect import cleandoc
|
||||||
from logging import DEBUG, INFO, basicConfig, getLogger
|
from logging import DEBUG, INFO, basicConfig, getLogger
|
||||||
from os import environ, getcwd
|
from os import environ
|
||||||
from os.path import exists
|
from os.path import exists
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sys import exit, stdout
|
from sys import exit, stdout
|
||||||
|
Reference in New Issue
Block a user