Skip to content

Commit

Permalink
Fixes QA import break
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVarndell committed Jan 26, 2024
1 parent 7c3eafe commit 43034fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions earthkit/plots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@
except ImportError: # pragma: no cover
# Local copy or not installed with setuptools
__version__ = "999"

from earthkit.plots.charts import Chart
from earthkit.plots.schemas import schema

__all__ = [
"Chart",
"schema",
]

0 comments on commit 43034fc

Please sign in to comment.