Skip to content

Commit

Permalink
fix: imports in time-series rolling statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Oct 2, 2023
1 parent b891ae8 commit 3fce2b3
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 3fce2b3

Please sign in to comment.