Skip to content

Commit

Permalink
build: using sphinx supported typing.Unpack for unpacking tuple typ…
Browse files Browse the repository at this point in the history
…es (#15)

Co-authored-by: Al <[email protected]>
  • Loading branch information
daniel-makerx and aorumbayev authored Aug 21, 2024
1 parent 10b76b9 commit 3bf3cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algopy_testing/arc4.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ def __getitem__(cls, key_t: tuple[type[_ABIEncoded], ...]) -> type:

class Tuple(
_ABIEncoded,
tuple[*_TTuple],
tuple[typing.Unpack[_TTuple]],
typing.Generic[typing.Unpack[_TTuple]],
metaclass=_TupleMeta,
):
Expand Down

0 comments on commit 3bf3cd0

Please sign in to comment.