1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

remove useless import in verify.py

This commit is contained in:
Romain Lebbadi-Breteau 2021-12-04 18:26:26 -05:00
parent 3576d025fe
commit b2eca0fc3b
No known key found for this signature in database
GPG Key ID: B3F1AB30D413F23F

View File

@ -28,7 +28,6 @@ from collections import OrderedDict
from . import _
from . import common
from . import net
from . import update
from .exception import FDroidException
options = None