Skip to content

Commit e632517

Browse files
committed
[CLN] Remove unused imports from octree-related test module
1 parent 334fe80 commit e632517

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_common/test_modules/test_octrees.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
import pytest
55

66
import gempy_engine.API.interp_single.interp_features as interp
7-
from gempy_engine.API.interp_single._octree_generation import _generate_corners
8-
from gempy_engine.core.data.engine_grid import EngineGrid
97
from gempy_engine.core.data.interpolation_input import InterpolationInput
10-
from gempy_engine.core.data.octree_level import OctreeLevel
118
from gempy_engine.modules.octrees_topology.octrees_topology_interface import get_next_octree_grid, \
129
get_regular_grid_value_for_level
13-
from .test_dual import _compute_actual_mesh
1410
from ...conftest import plot_pyvista, TEST_SPEED
1511

1612
dir_name = os.path.dirname(__file__)

0 commit comments

Comments
 (0)