From 78b6e53e42c33fbd7f1410cf8bc4c0520030217e Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Wed, 5 Jun 2024 02:38:14 +0800 Subject: [PATCH] style(deploy): fix pyflake --- fdroidserver/deploy.py | 1 - tests/deploy.TestCase | 1 - 2 files changed, 2 deletions(-) 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