Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 23, 2024
1 parent 3fd0ea9 commit 415a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zgw_consumers/legacy/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_paginated_results(
minimum: Optional[int] = None,
test_func: Optional[callable] = None,
*args,
**kwargs
**kwargs,
) -> list:
request_kwargs = kwargs.get("request_kwargs", {})
request_params = request_kwargs.get("params", {})
Expand Down

0 comments on commit 415a8bd

Please sign in to comment.