Skip to content

Commit

Permalink
fix: use dunder all (#8877)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka authored Feb 19, 2025
1 parent 8c54f06 commit de3d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from haystack.components.tools.tool_invoker import ToolInvoker

_all_ = ["ToolInvoker"]
__all__ = ["ToolInvoker"]

0 comments on commit de3d0a2

Please sign in to comment.