1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

style(deploy): fix pyflake

This commit is contained in:
proletarius101 2024-06-05 02:38:14 +08:00 committed by Hans-Christoph Steiner
parent 52e3585297
commit 04a584eff8
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from math import log
import sys
import glob
import hashlib

View File

@ -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