Skip to content

Commit

Permalink
remove unneeded field in _Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorcary committed Sep 3, 2024
1 parent 3ff3423 commit fdb5cdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions truenas_api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,10 @@ class _Payload(_PartialPayload, total=False):
event: `Event` that is set when the subscription should end.
error: Information included in the Notification if the subscription ended in error.
id: Random UUID assigned by `core.subscribe`.
ready: For backwards compatibility with `LegacyClient`.
"""
error: str | TruenasError | None
id: str
ready: Event


class JSONRPCClient:
Expand Down

0 comments on commit fdb5cdb

Please sign in to comment.