Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Nov 5, 2024
1 parent 040ff02 commit f22ed35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
class ToolsTests(BaseStandardTests):
@property
@abstractmethod
def tool_constructor(self) -> Union[Type[BaseTool], Callable]: ...
def tool_constructor(self) -> Union[Type[BaseTool], Callable]:
...

@property
def tool_constructor_params(self) -> dict:
Expand Down

0 comments on commit f22ed35

Please sign in to comment.