Skip to content

Commit f649b19

Browse files
committed
Fix import: use autoarray.plot not autoarray.plot.wrap for Cmap/Colorbar/Output
autoarray.plot.wrap subpackage may not exist on all installed versions; autoarray.plot re-exports all wrap classes directly and is always available.
1 parent 2927f9a commit f649b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autolens/plot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from autofit.non_linear.plot.mcmc_plotters import MCMCPlotter
33
from autofit.non_linear.plot.mle_plotters import MLEPlotter
44

5-
from autoarray.plot.wrap import (
5+
from autoarray.plot import (
66
Cmap,
77
Colorbar,
88
Output,

0 commit comments

Comments
 (0)