Skip to content

Commit a2d4afe

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mesa/experimental/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from mesa.experimental import cell_space
22

3-
43
__all__ = ["cell_space"]

mesa/visualization/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from .jupyter_viz import JupyterViz, make_text, Slider
2-
1+
from .jupyter_viz import JupyterViz, Slider, make_text
32

43
__all__ = ["JupyterViz", "make_text", "Slider"]

0 commit comments

Comments
 (0)