Skip to content

Commit

Permalink
Fix tutorial and import
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvince committed Oct 18, 2024
1 parent 5ae37f1 commit 655ecf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/visualization_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"\n",
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install it\n",
"\n",
"from mesa.examples.basic import BoltzmannWealthModel"
"from mesa.examples import BoltzmannWealthModel"
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import datetime

import mesa.examples as examples
import mesa.experimental as experimental
import mesa.space as space
import mesa.time as time
Expand All @@ -22,7 +21,6 @@
"DataCollector",
"batch_run",
"experimental",
"examples",
]

__title__ = "mesa"
Expand Down

0 comments on commit 655ecf3

Please sign in to comment.