remove unused import

This commit is contained in:
erev0s 2024-05-18 11:46:07 +03:00
parent 4e8286943f
commit 19fc0cb67b

View File

@ -14,7 +14,6 @@ from typing import Iterator, Union
import zipfile
from zlib import crc32
from oscrypto.errors import SignatureError
# Androguard
from androguard.core import androconf