Skip to content

Commit

Permalink
fix: imports in time-series rolling statistics (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Oct 9, 2023
1 parent acade1c commit 8b71e43
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ def required_imports(self) -> List[str]:
" import show_rolling_statistics"
]
return [
"import warnings",
"from IPython.display import display, Markdown",
"import plotly",
"import plotly.graph_objects as go",
"plotly.offline.init_notebook_mode()",
"from edvart.data_types import is_numeric",
]

Expand Down

0 comments on commit 8b71e43

Please sign in to comment.