mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
enable black on fdroidserver/init.py
This commit is contained in:
parent
c7070b2799
commit
eb81af57bb
2 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ def main():
|
|||
test_config['sdk_path'] = default_sdk_path
|
||||
|
||||
if not common.test_sdk_exists(test_config):
|
||||
del (test_config['sdk_path'])
|
||||
del test_config['sdk_path']
|
||||
while not options.no_prompt:
|
||||
try:
|
||||
s = input(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue