mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
remove redundant imports and pointless code
This commit is contained in:
parent
95af082082
commit
0fbd04f1c2
5 changed files with 0 additions and 10 deletions
|
|
@ -2067,7 +2067,6 @@ def create_metadata_from_template(apk):
|
|||
template: field sort order, empty field value, formatting, etc.
|
||||
'''
|
||||
|
||||
import yaml
|
||||
if os.path.exists('template.yml'):
|
||||
with open('template.yml') as f:
|
||||
metatxt = f.read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue