aboutsummaryrefslogtreecommitdiff
path: root/codegen/genentities.py
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/genentities.py')
-rw-r--r--codegen/genentities.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/codegen/genentities.py b/codegen/genentities.py
index 944a1a4e..d7ac5dc3 100644
--- a/codegen/genentities.py
+++ b/codegen/genentities.py
@@ -6,14 +6,13 @@ import lib.extract
version_id = lib.code.version.get_version_id()
-mappings = lib.download.get_mappings_for_version(version_id)
burger_data = lib.extract.get_burger_data_for_version(version_id)
-burger_entities_data = burger_data[0]['entities']
+burger_entities_data = burger_data[0]["entities"]
-lib.code.entity.generate_entity_metadata(burger_entities_data, mappings)
+lib.code.entity.generate_entity_metadata(burger_entities_data)
lib.code.entity.generate_entity_dimensions(burger_entities_data)
lib.code.utils.fmt()
-print('Done!')
+print("Done!")