Skip to content

Commit

Permalink
TBR chagne in core
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 1, 2023
1 parent 3118b8a commit d270d86
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
# Just for IDE completion and to define new attribute FOO
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
data = args[0] if args else None
Expand Down

0 comments on commit d270d86

Please sign in to comment.