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 # 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/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from math import log
import sys import sys
import glob import glob
import hashlib import hashlib

View File

@ -6,7 +6,6 @@ import optparse
import os import os
import sys import sys
import tempfile import tempfile
from unicodedata import mirrored
import unittest import unittest
from pathlib import Path from pathlib import Path
from unittest import mock from unittest import mock