Skip to content

Commit

Permalink
Cluster SVM Lint Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
B3at committed Aug 20, 2024
1 parent 8eaf952 commit f513eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cluster_svm_visualization/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def visualization_task(self, db_id: int) -> str:
size="size",
hover_name="ID",
color="Cluster ID",
hover_data={"size":False},
hover_data={"size": False},
)

if do_svm:
Expand Down

0 comments on commit f513eac

Please sign in to comment.