Skip to content

Commit cebc763

Browse files
authored
docs: move module docstring to top of handoff_filters.py (#2950)
1 parent 82eaf15 commit cebc763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/extensions/handoff_filters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Contains common handoff input filters, for convenience."""
2+
13
from __future__ import annotations
24

35
from ..handoffs import (
@@ -21,8 +23,6 @@
2123
TResponseInputItem,
2224
)
2325

24-
"""Contains common handoff input filters, for convenience. """
25-
2626
__all__ = [
2727
"remove_all_tools",
2828
"nest_handoff_history",

0 commit comments

Comments
 (0)