Skip to content

Commit

Permalink
fix: add missing numpy import in univariate analysis (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Oct 10, 2023
1 parent c2bf17b commit 4a83b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edvart/report_sections/univariate_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def required_imports(self) -> List[str]:
]
# Verbosity.HIGH
return [
"import numpy as np",
"from edvart import utils",
"from IPython.display import display",
"from IPython.display import HTML",
Expand Down

0 comments on commit 4a83b03

Please sign in to comment.