0
0
forked from toolshed/abra

Remove unused import

This commit is contained in:
decentral1se
2021-04-03 21:07:32 +02:00
parent 2599cff4cb
commit aad6f1db6e

View File

@ -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