remove redundant imports and pointless code

This commit is contained in:
Hans-Christoph Steiner 2021-05-11 20:25:51 +02:00
parent 95af082082
commit 0fbd04f1c2
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 0 additions and 10 deletions

View file

@ -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()