Skip to content

Commit f4c3269

Browse files
committed
hammer hammer hammer
1 parent 7751080 commit f4c3269

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

autoarray/structures/grids/irregular_2d.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
import logging
2-
from typing import List, Optional, Tuple, Union
2+
import numpy as np
3+
from typing import List, Tuple, Union
34

4-
from autoarray.numpy_wrapper import np
55
from autoarray.abstract_ndarray import AbstractNDArray
66
from autoarray.geometry.geometry_2d_irregular import Geometry2DIrregular
77
from autoarray.mask.mask_2d import Mask2D
88
from autoarray.structures.arrays.irregular import ArrayIrregular
99

10-
from autoarray.structures.grids import grid_2d_util
11-
from autoarray.geometry import geometry_util
12-
1310
logger = logging.getLogger(__name__)
1411

1512

0 commit comments

Comments
 (0)