Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
Mainly imports
  • Loading branch information
EwoutH committed Oct 15, 2024
1 parent f9f7b84 commit acbff93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 1 addition & 12 deletions examples/bank_reserves/batch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,9 @@
every step of every run.
"""

import itertools
import mesa
import pandas as pd
from bank_reserves.agents import Bank, Person
from bank_reserves.model import (
get_num_mid_agents,
get_num_poor_agents,
get_num_rich_agents,
get_total_loans,
get_total_money,
get_total_savings,
get_total_wallets,
BankReservesModel,
)
from bank_reserves.model import BankReservesModel


def main():
Expand Down
1 change: 0 additions & 1 deletion examples/caching_and_replay/model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""This file was copied over from the original Schelling mesa example."""

import mesa

from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid


Expand Down

0 comments on commit acbff93

Please sign in to comment.