Skip to content

Commit

Permalink
remove Grid2DIRregularUniform
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Dec 18, 2024
1 parent 11e62b2 commit d963ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogalaxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from autoarray.structures.grids.uniform_1d import Grid1D # noqa
from autoarray.structures.grids.uniform_2d import Grid2D # noqa
from autoarray.structures.grids.irregular_2d import Grid2DIrregular # noqa
from autoarray.structures.grids.irregular_2d import Grid2DIrregularUniform # noqa
from autoarray.operators.over_sampling.over_sampler import OverSampler # noqa
from autoarray.structures.mesh.rectangular_2d import Mesh2DRectangular # noqa
from autoarray.structures.mesh.voronoi_2d import Mesh2DVoronoi # noqa
Expand Down

0 comments on commit d963ffa

Please sign in to comment.