chg [generator] run black code formatter

pull/932/head
niclas 2024-02-16 10:53:08 +01:00
parent b4d2f038f2
commit 401cee30c4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class Cluster:
self.galaxie = galaxie
self.related_clusters = []
global public_clusters_dict
if self.galaxie:
public_clusters_dict[self.uuid] = self.galaxie
@ -487,6 +486,7 @@ def create_statistics(cluster_dict):
return statistic_output
def get_deprecated_galaxy_files():
deprecated_galaxy_files = []
for f in os.listdir(GALAXY_PATH):