mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
chg [generator] run black code formatter
This commit is contained in:
parent
b4d2f038f2
commit
401cee30c4
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,6 @@ class Cluster:
|
||||||
self.galaxie = galaxie
|
self.galaxie = galaxie
|
||||||
self.related_clusters = []
|
self.related_clusters = []
|
||||||
|
|
||||||
|
|
||||||
global public_clusters_dict
|
global public_clusters_dict
|
||||||
if self.galaxie:
|
if self.galaxie:
|
||||||
public_clusters_dict[self.uuid] = self.galaxie
|
public_clusters_dict[self.uuid] = self.galaxie
|
||||||
|
@ -487,6 +486,7 @@ def create_statistics(cluster_dict):
|
||||||
|
|
||||||
return statistic_output
|
return statistic_output
|
||||||
|
|
||||||
|
|
||||||
def get_deprecated_galaxy_files():
|
def get_deprecated_galaxy_files():
|
||||||
deprecated_galaxy_files = []
|
deprecated_galaxy_files = []
|
||||||
for f in os.listdir(GALAXY_PATH):
|
for f in os.listdir(GALAXY_PATH):
|
||||||
|
|
Loading…
Reference in a new issue