Skip to content

Commit ce4724e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5e3900d commit ce4724e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesa/experimental/components/altair.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
with contextlib.suppress(ImportError):
88
import altair as alt
99

10+
1011
@solara.component
1112
def SpaceAltair(model, agent_portrayal, dependencies: Optional[list[any]] = None):
1213
space = getattr(model, "grid", None)

0 commit comments

Comments
 (0)