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
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2025
1 parent acd0ef0 commit 5b676d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mesa/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from mesa.experimental import cell_space, continuous_space, devs, mesa_signals

__all__ = ["cell_space", "devs", "mesa_signals", "continuous_space"]
__all__ = ["cell_space", "continuous_space", "devs", "mesa_signals"]
2 changes: 1 addition & 1 deletion mesa/experimental/continuous_space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ContinuousSpaceAgent,
)

__all__ = ["ContinuousSpace", "ContinuousSpaceAgent"]
__all__ = ["ContinuousSpace", "ContinuousSpaceAgent"]

0 comments on commit 5b676d0

Please sign in to comment.