Remove unused import
This commit is contained in:
parent
2599cff4cb
commit
aad6f1db6e
@ -13,7 +13,7 @@ from os.path import basename, exists, expanduser
|
||||
from pathlib import Path
|
||||
from re import findall, search
|
||||
from shlex import split
|
||||
from subprocess import check_output, run
|
||||
from subprocess import check_output
|
||||
from sys import exit
|
||||
|
||||
from requests import get
|
||||
|
Loading…
Reference in New Issue
Block a user