Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
pre-commit-ci[bot] authored and Corvince committed Sep 4, 2024
1 parent d3ec09d commit cfa2635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesa/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from mesa.experimental import cell_space
from .solara_viz import JupyterViz, SolaraViz, make_text, Slider

from .solara_viz import JupyterViz, Slider, SolaraViz, make_text

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

0 comments on commit cfa2635

Please sign in to comment.