Skip to content

Commit 2ec89e0

Browse files
committed
Remove unused argument doc
1 parent 7d3c22e commit 2ec89e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/schelling/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def __init__(self, model, agent_type):
1111
Create a new Schelling agent.
1212
1313
Args:
14-
x, y: Agent initial location.
1514
agent_type: Indicator for the agent's type (minority=1, majority=0)
1615
"""
1716
super().__init__(model)

0 commit comments

Comments
 (0)