Remove unused import

This commit is contained in:
decentral1se 2021-04-03 21:07:32 +02:00
parent 2599cff4cb
commit aad6f1db6e
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from os.path import basename, exists, expanduser
from pathlib import Path from pathlib import Path
from re import findall, search from re import findall, search
from shlex import split from shlex import split
from subprocess import check_output, run from subprocess import check_output
from sys import exit from sys import exit
from requests import get from requests import get