Skip to content

Commit

Permalink
Updated stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 10, 2024
1 parent aff2e43 commit 82c17ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/morpheus/morpheus/_lib/messages/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class ControlMessage():
def __init__(self, arg0: ControlMessage) -> None: ...
@typing.overload
def __init__(self, arg0: dict) -> None: ...
@typing.overload
def __init__(self, arg0: object, arg1: dict) -> None: ...
def add_task(self, task_type: str, task: object | None) -> None: ...
@typing.overload
def config(self) -> object | None: ...
Expand Down

0 comments on commit 82c17ad

Please sign in to comment.