Skip to content

Commit 6552c93

Browse files
committed
ruff formatted
1 parent 6783f17 commit 6552c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from neuromlmodel import add_neuroml_model
12
import pyvista as pv
23
import sys
34

@@ -26,7 +27,6 @@
2627

2728
plotter = pv.Plotter()
2829

29-
from neuromlmodel import add_neuroml_model
3030

3131
add_neuroml_model(plotter)
3232
plotter.set_background("white")

0 commit comments

Comments
 (0)