Skip to content

Commit 7f6ee48

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 57a3f4d commit 7f6ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/WolfSheep/wolf_sheep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import math
1313

1414
from mesa import Model
15-
from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
1615
from mesa.experimental.devs import ABMSimulator
16+
from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
1717

1818

1919
class Animal(CellAgent):

0 commit comments

Comments
 (0)