Skip to content

Commit

Permalink
client: common: fix CfSerializable type
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 15, 2024
1 parent d107851 commit 8ed2935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcclient/rpcclient/darwin/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from typing import Any, Union

CfSerializable = Union[
tuple[str, Any], list, tuple[Any, ...], str, bool, float, bytes, datetime, None]
dict[str, Any], list, tuple[Any, ...], str, bool, float, bytes, datetime, None]

0 comments on commit 8ed2935

Please sign in to comment.