mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 17:20:29 +03:00
Fix flake8 E275 missing whitespace after keyword
This commit is contained in:
parent
42ef7c3406
commit
eb79522a36
6 changed files with 11 additions and 11 deletions
|
|
@ -816,7 +816,7 @@ def parse_yaml_metadata(mf, app):
|
|||
"metadata because it is deprecated.")
|
||||
.format(field=deprecated_field,
|
||||
metapath=mf.name))
|
||||
del(yamldata[deprecated_field])
|
||||
del yamldata[deprecated_field]
|
||||
|
||||
if yamldata.get('Builds', None):
|
||||
for build in yamldata.get('Builds', []):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue