mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 11:10:30 +03:00
fix pylint Unused argument
This commit is contained in:
parent
6db9ba8334
commit
43c61aecee
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue