diff --git a/benchmarks/WolfSheep/wolf_sheep.py b/benchmarks/WolfSheep/wolf_sheep.py index 3ea00f2c0d7..0277f2c4dcb 100644 --- a/benchmarks/WolfSheep/wolf_sheep.py +++ b/benchmarks/WolfSheep/wolf_sheep.py @@ -12,8 +12,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):