Skip to content

Commit

Permalink
Change argnames type to list of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 24, 2023
1 parent 30991c2 commit 7fc13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def do_before(


def _merge_responder_args(
args: Tuple[Any, ...], kwargs: Dict[str, Any], argnames: List[Any]
args: Tuple[Any, ...], kwargs: Dict[str, Any], argnames: List[str]
) -> None:
"""Merge responder args into kwargs.
Expand Down

0 comments on commit 7fc13b9

Please sign in to comment.