fix pylint Unused argument

This commit is contained in:
Hans-Christoph Steiner 2018-05-14 14:07:40 +02:00
parent 6db9ba8334
commit 43c61aecee
5 changed files with 6 additions and 6 deletions

View file

@ -211,7 +211,7 @@ class IndexTest(unittest.TestCase):
pass
fdroidserver.index.v1_sort_packages(
i, 'repo', fdroidserver.common.load_stats_fdroid_signing_key_fingerprints())
i, fdroidserver.common.load_stats_fdroid_signing_key_fingerprints())
self.maxDiff = None
self.assertEqual(json.dumps(i, indent=2), json.dumps(o, indent=2))

View file

@ -36,7 +36,7 @@ class SignaturesTest(unittest.TestCase):
APK = [os.path.abspath(os.path.join('repo', 'com.politedroid_3.apk'))]
with TemporaryDirectory() as tmpdir, TmpCwd(tmpdir):
signatures.extract(common.config, OptionsFixture())
signatures.extract(OptionsFixture())
# check if extracted signatures are where they are supposed to be
# also verify weather if extracted file contian what they should