diff --git a/benchmarks/WolfSheep/wolf_sheep.py b/benchmarks/WolfSheep/wolf_sheep.py index 14863e0db30..4a31e2f00ef 100644 --- a/benchmarks/WolfSheep/wolf_sheep.py +++ b/benchmarks/WolfSheep/wolf_sheep.py @@ -10,8 +10,8 @@ import math from mesa import Model -from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid from mesa.experimental.devs import ABMSimulator +from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid class Animal(CellAgent):