Skip to content

Commit e896064

Browse files
committed
clenaup
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 5d583b2 commit e896064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/visualizer/test_layout.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
22
#
33
# SPDX-License-Identifier: MPL-2.0
4-
from power_grid_model_ds._core.model.grids.base import Grid
54
from power_grid_model_ds._core.data_source.generator.grid_generators import RadialGridGenerator
5+
from power_grid_model_ds._core.model.grids.base import Grid
66
from power_grid_model_ds._core.visualizer.app import get_app_layout
77
from power_grid_model_ds._core.visualizer.layout.cytoscape_html import get_cytoscape_html
88

@@ -12,6 +12,7 @@ def test_get_cytoscape_html():
1212
cyto_html = get_cytoscape_html("preset", elements)
1313
assert cyto_html.children.elements == elements
1414

15+
1516
def test_get_app_layout():
1617
grid = RadialGridGenerator(Grid).run()
1718
assert get_app_layout(grid)

0 commit comments

Comments
 (0)