Fix typo in generate_devices_stats.py

This commit is contained in:
Arszilla
2022-08-18 23:28:27 +03:00
parent fcb725c7e0
commit 5ce48fb087

View File

@@ -21,7 +21,6 @@ qty_images = 0
def yaml_parse(content):
result = ""
lines = content.split('\n')
for line in lines: