Skip to content

Commit

Permalink
Revert "TBR chagne in core"
Browse files Browse the repository at this point in the history
This reverts commit d270d86.
  • Loading branch information
maxschulz-COL committed Nov 1, 2023
1 parent d270d86 commit a795213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/charts/_charts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class _DashboardReadyFigure(go.Figure):
# Just for IDE completion and to define new attribute FOO
# Just for IDE completion and to define new attribute
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
data = args[0] if args else None
Expand Down

0 comments on commit a795213

Please sign in to comment.