Skip to content

Commit a68ef3e

Browse files
Jammy2211claude
authored andcommitted
Remove imaging/interferometer dataset subplot imports from plot __init__
These imports caused a circular import when autogalaxy also imports from autoarray.dataset.plot.imaging_plots. They are accessible via autoarray.dataset.plot directly so there is no need for them here. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1127b55 commit a68ef3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

autoarray/plot/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ def _set_backend():
4848
plot_yx_1d,
4949
)
5050

51-
from autoarray.dataset.plot.imaging_plots import subplot_imaging_dataset
52-
from autoarray.dataset.plot.interferometer_plots import (
53-
subplot_interferometer_dataset,
54-
subplot_interferometer_dirty_images,
55-
)
56-
5751
from autoarray.fit.plot.fit_imaging_plots import subplot_fit_imaging
5852
from autoarray.fit.plot.fit_interferometer_plots import (
5953
subplot_fit_interferometer,

0 commit comments

Comments
 (0)