Skip to content

Commit

Permalink
remove path stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Nov 6, 2024
1 parent be5415b commit 0d3ee1c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mesa/examples/basic/boltzmann_wealth_model/app.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import os.path
import sys

sys.path.insert(
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../../../../"))
)

from mesa.examples.basic.boltzmann_wealth_model.model import BoltzmannWealthModel
from mesa.visualization import (
SolaraViz,
Expand Down

0 comments on commit 0d3ee1c

Please sign in to comment.