1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

style(deploy): fix pyflake

This commit is contained in:
proletarius101 2024-06-05 02:38:14 +08:00
parent 40ecaff6fe
commit 78b6e53e42
No known key found for this signature in database
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

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