Remove comment force github workflow

This commit is contained in:
jeremy 2022-11-09 16:02:59 +01:00
parent 968584a8fc
commit 6df2db0d19

View File

@ -118,6 +118,3 @@ class Cache:
def save_config(self, config):
with open(self._config, "w") as f:
json.dump(config.get_data(), f)
# Comment to force github workflow