Skip to content

Commit a251c82

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mesa_llm/llm_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Callable
1+
from typing import Any
22

33
from mesa.agent import Agent
44
from mesa.discrete_space import (

mesa_llm/tools/inbuilt_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import TYPE_CHECKING, Any
1+
from typing import TYPE_CHECKING
22

33
from mesa.discrete_space import (
44
OrthogonalMooreGrid,

0 commit comments

Comments
 (0)