mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
remove stale comment
This commit is contained in:
@@ -28,7 +28,6 @@ import yaml
|
||||
# -----------------------------------------------------------------------------
|
||||
with open(sys.argv[1], "r") as yaml_file:
|
||||
root = yaml.safe_load(yaml_file)
|
||||
#print(root)
|
||||
companies = {}
|
||||
for company in root["company_identifiers"]:
|
||||
companies[company["value"]] = company["name"]
|
||||
|
||||
Reference in New Issue
Block a user