Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 29, 2024
1 parent 11928d5 commit a861285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rnn_dbscan_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
markersize=6,
)

plt.title("Estimated number of clusters: %d" % n_clusters_)
plt.title(f"Estimated number of clusters: {n_clusters_}")
plt.show()

0 comments on commit a861285

Please sign in to comment.