This commit is contained in:
msramalho
2022-09-27 13:58:17 +01:00
parent f77d1d9d62
commit 93c51d7a80

View File

@@ -43,7 +43,6 @@ class JSONEncoder:
self.state = []
def visitor(self, cluster_id, cluster):
print(cluster_id)
cluster_data = {"cluster_id": cluster_id, "points": []}
for record in cluster: