Skip to content

Commit

Permalink
fix(plotly): fix ruff in _dendrogram.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDelatte committed Jan 22, 2024
1 parent 46db794 commit 0c2c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skfolio/utils/fixes/_dendrogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def create_dendrogram(
return graph_objs.Figure(data=dendrogram.data, layout=dendrogram.layout)


class _Dendrogram(object):
class _Dendrogram:
"""Refer to FigureFactory.create_dendrogram() for docstring."""

def __init__(
Expand Down

0 comments on commit 0c2c59e

Please sign in to comment.