Skip to content

Commit 017f5a4

Browse files
committed
fix: format
1 parent 0acda9a commit 017f5a4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/deepset_mcp/api/search_history/protocols.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
class SearchHistoryResourceProtocol(Protocol):
1414
"""Protocol defining the interface for search history resources."""
1515

16-
async def list(
17-
self, limit: int = 10, after: str | None = None
18-
) -> PaginatedResponse[SearchHistoryEntry]:
16+
async def list(self, limit: int = 10, after: str | None = None) -> PaginatedResponse[SearchHistoryEntry]:
1917
"""List search history entries in the workspace.
2018
2119
:param limit: Maximum number of entries to return per page.

0 commit comments

Comments
 (0)