Skip to content

Commit cfa2635

Browse files
pre-commit-ci[bot]Corvince
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d3ec09d commit cfa2635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mesa/experimental/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from mesa.experimental import cell_space
2-
from .solara_viz import JupyterViz, SolaraViz, make_text, Slider
2+
3+
from .solara_viz import JupyterViz, Slider, SolaraViz, make_text
34

45
__all__ = ["cell_space", "JupyterViz", "SolaraViz", "make_text", "Slider"]

0 commit comments

Comments
 (0)