diff --git a/local/bin/py/version_getter.py b/local/bin/py/version_getter.py index 78e7bba92a229..cb87f0fd8a1c4 100755 --- a/local/bin/py/version_getter.py +++ b/local/bin/py/version_getter.py @@ -66,8 +66,5 @@ def get_versions(keys): final_versions = get_versions(keys) print(final_versions) - # TODO: with open('data/synthetics_worker_versions.json', 'w') as f: f.write(json.dumps(final_versions, indent=4, sort_keys=True)) - - # Check for changes and open a PR if there are any \ No newline at end of file