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 Oct 31, 2024
1 parent 6b0a38d commit 2e7e202
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mesa/examples/basic/boltzmann_wealth_model/app.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from mesa.examples.basic.boltzmann_wealth_model.model import BoltzmannWealthModel
from mesa.visualization import (
SolaraViz,
make_space_component,
make_plot_component
)
from mesa.visualization import SolaraViz, make_plot_component, make_space_component

Check warning on line 2 in mesa/examples/basic/boltzmann_wealth_model/app.py

View check run for this annotation

Codecov / codecov/patch

mesa/examples/basic/boltzmann_wealth_model/app.py#L2

Added line #L2 was not covered by tests


def agent_portrayal(agent):
Expand Down

0 comments on commit 2e7e202

Please sign in to comment.