Skip to content

Commit

Permalink
Partly revert bfb8850. PyCharm is complaining.
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Feb 6, 2024
1 parent 0eade02 commit 6d5630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_alternate_constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_T = TypeVar('_T')


def _make_complex(example: tuple[float, float]) -> complex:
def _make_complex(example: tuple[int | float, int | float]) -> complex:
return complex(*example)


Expand Down

0 comments on commit 6d5630b

Please sign in to comment.