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:
parent
52e3585297
commit
04a584eff8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user