Skip to content

Commit

Permalink
Fixing failing CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Oct 28, 2024
1 parent cd9081d commit 6683ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/stages/general/router_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self,
*,
keys: list[str],
key_fn: typing.Callable[[object], str],
processing_engines=0) -> None:
processing_engines: int = 0) -> None:
super().__init__(c)

self._keys = keys
Expand Down

0 comments on commit 6683ef8

Please sign in to comment.