Remove unused import

This commit is contained in:
Luke Murphy 2021-01-17 21:20:52 +01:00
parent 12f3a0fc6f
commit fecb135f11
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

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