Skip to content

Commit

Permalink
Extend type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed May 6, 2024
1 parent aecc78a commit df263dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def test_auto_tick() -> None:
def test_auto_and_manual_tick(
tick: Union[
datetime.timedelta,
int,
float,
# fractions.Fraction,
# Fraction works at runtime, but not at type-checking time
Expand Down

0 comments on commit df263dc

Please sign in to comment.