Skip to content

Commit

Permalink
Remove union, as this throws off the auto cli registration
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Aug 1, 2024
1 parent 68dd0d4 commit 8372267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/stages/doca/doca_convert_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self,
c: Config,
max_batch_delay_sec: float = 0.5,
max_batch_size: int = MAX_PKT_RECEIVE * 5,
buffer_channel_size: int | None = None):
buffer_channel_size: int = None):

super().__init__(c)

Expand Down

0 comments on commit 8372267

Please sign in to comment.