Skip to content

Commit 099c4ac

Browse files
pre-commit-ci[bot]quaquel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab1376d commit 099c4ac

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)