Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored and github-actions[bot] committed Oct 5, 2024
1 parent 71da38e commit dd70505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agents-api/agents_api/dependencies/query_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def convert_value(value: str) -> Any:
return value


def create_filter_extractor(prefix: str = "filter") -> Callable[[Request], dict[str, Any]]:
def create_filter_extractor(
prefix: str = "filter",
) -> Callable[[Request], dict[str, Any]]:
"""
Creates a dependency function to extract filter parameters with a given prefix.
Expand Down

0 comments on commit dd70505

Please sign in to comment.