Skip to content

Commit e0a7f8b

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e508e3e commit e0a7f8b

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

tests/mesh/cells/attribute/cell/test_cells_attribute_cell_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2626
)
2727

2828

29-
3029
def test_cells_cell_color_map(
3130
server: ServerMonitor, dataset_factory: Callable[..., str]
3231
) -> None:

tests/mesh/cells/attribute/vertex/test_cells_attribute_vertex_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2626
)
2727

2828

29-
3029
def test_cells_vertex_color_map(
3130
server: ServerMonitor, dataset_factory: Callable[..., str]
3231
) -> None:

tests/mesh/edges/attribute/vertex/test_edges_attribute_vertex_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2828
)
2929

3030

31-
3231
def test_edges_vertex_color_map(
3332
server: ServerMonitor, dataset_factory: Callable[..., str]
3433
) -> None:

tests/mesh/polygons/attribute/polygon/test_polygons_attribute_polygon_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2828
)
2929

3030

31-
3231
def test_polygons_polygon_color_map(
3332
server: ServerMonitor, dataset_factory: Callable[..., str]
3433
) -> None:

tests/mesh/polygons/attribute/vertex/test_polygons_attribute_vertex_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2626
)
2727

2828

29-
3029
def test_polygons_vertex_color_map(
3130
server: ServerMonitor, dataset_factory: Callable[..., str]
3231
) -> None:

tests/mesh/polyhedra/attribute/polyhedron/test_polyhedra_attribute_polyhedron_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2828
)
2929

3030

31-
3231
def test_polyhedra_polyhedron_color_map(
3332
server: ServerMonitor, dataset_factory: Callable[..., str]
3433
) -> None:

tests/mesh/polyhedra/attribute/vertex/test_polyhedra_attribute_vertex_protocols.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_register(server: ServerMonitor, dataset_factory: Callable[..., str]) ->
2828
)
2929

3030

31-
3231
def test_polyhedra_vertex_color_map(
3332
server: ServerMonitor, dataset_factory: Callable[..., str]
3433
) -> None:

0 commit comments

Comments
 (0)