diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 7d2c80f9..c796638f 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 1994b53c..02285a90 100755 --- a/tests/deploy.TestCase +++ b/tests/deploy.TestCase @@ -6,7 +6,6 @@ import optparse import os import sys import tempfile -from unicodedata import mirrored import unittest from pathlib import Path from unittest import mock