diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 79e7a8af..739defdf 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from math import log import sys import glob import hashlib diff --git a/tests/deploy.TestCase b/tests/deploy.TestCase index b997dad2..c5fd9b0d 100755 --- a/tests/deploy.TestCase +++ b/tests/deploy.TestCase @@ -7,7 +7,6 @@ import os import shutil import sys import tempfile -from unicodedata import mirrored import unittest from pathlib import Path from unittest import mock