fix code style

This commit is contained in:
Michael Pöhn 2020-01-21 17:10:40 +01:00
parent 69fc38c668
commit b25eeb66a1
2 changed files with 1 additions and 5 deletions

2
fdroid
View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# #
# fdroid.py - part of the FDroid server tools # fdroid.py - part of the FDroid server tools
# Copyright (C) 2020 Michael Pöhn <michael.poehn@fsfe.org # Copyright (C) 2020 Michael Pöhn <michael.poehn@fsfe.org
# #

View File

@ -1,14 +1,10 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import inspect import inspect
import logging
import optparse import optparse
import os import os
import shutil
import sys import sys
import unittest import unittest
import tempfile
import textwrap
from unittest import mock from unittest import mock
localmodule = os.path.realpath( localmodule = os.path.realpath(