Skip to content

Commit

Permalink
Update api.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
kingbuzzman authored Apr 16, 2024
1 parent 6643a19 commit 40326ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freezegun/api.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _Freezable: TypeAlias = str | datetime | date | timedelta
class TickingDateTimeFactory:
def __init__(self, time_to_freeze: datetime, start: datetime) -> None: ...
def __call__(self) -> datetime: ...
def tick(self, delta: float | Real | timedelta = ...) -> datetime: ...

class FrozenDateTimeFactory:
def __init__(self, time_to_freeze: datetime) -> None: ...
Expand Down

0 comments on commit 40326ca

Please sign in to comment.