Skip to content

Commit

Permalink
Fix RUF001 lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 7, 2024
1 parent d84be6e commit 8b90487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, unique_id: int, model: Model) -> None:
self.model.agentset_experimental_warning_given = False

warnings.warn(
"The Mesa Model class wasnt initialized. In the future, you need to explicitly initialize the Model by calling super().__init__() on initialization.",
"The Mesa Model class wasn't initialized. In the future, you need to explicitly initialize the Model by calling super().__init__() on initialization.",
FutureWarning,
stacklevel=2,
)
Expand Down

0 comments on commit 8b90487

Please sign in to comment.