Skip to content

Commit

Permalink
small comment on show() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Jul 28, 2023
1 parent 849e613 commit 379a551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openbb_sdk/sdk/core/openbb_core/app/model/charts/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class Config:
def show(self):
"""Shows the chart in PyWry, browser or notebook."""

# TODO : this method should be handled by the ChartingManager so that
# this model class doesn't have specific knowledge on the charting extension

# pylint: disable=import-outside-toplevel
if self.format == ChartFormat.plotly:
from openbb_charting.core.openbb_figure import OpenBBFigure
Expand Down

0 comments on commit 379a551

Please sign in to comment.