Skip to content

Commit

Permalink
Fix Figure not resolving correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Nov 22, 2024
1 parent b00a547 commit 0a8ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/earthkit/plots/components/subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def _extract_plottables_2(

@property
def figure(self):
from earthkit.plots import Figure
from earthkit.plots.components.figures import Figure

if self._figure is None:
self._figure = Figure(1, 1)
Expand Down

0 comments on commit 0a8ca8b

Please sign in to comment.