Skip to content

Commit acbff93

Browse files
committed
Fix pre-commit
Mainly imports
1 parent f9f7b84 commit acbff93

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

examples/bank_reserves/batch_run.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,9 @@
2424
every step of every run.
2525
"""
2626

27-
import itertools
2827
import mesa
2928
import pandas as pd
30-
from bank_reserves.agents import Bank, Person
31-
from bank_reserves.model import (
32-
get_num_mid_agents,
33-
get_num_poor_agents,
34-
get_num_rich_agents,
35-
get_total_loans,
36-
get_total_money,
37-
get_total_savings,
38-
get_total_wallets,
39-
BankReservesModel,
40-
)
29+
from bank_reserves.model import BankReservesModel
4130

4231

4332
def main():

examples/caching_and_replay/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""This file was copied over from the original Schelling mesa example."""
22

33
import mesa
4-
54
from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
65

76

0 commit comments

Comments
 (0)