Skip to content

Commit

Permalink
Add some type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 19, 2024
1 parent 8df7342 commit ee76f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brq/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def get_defer_timestamp_ms(
defer_hours: int = 0,
defer_minutes: int = 0,
defer_seconds: int = 0,
):
) -> int | None:
if not any(
[
defer_until,
Expand Down

0 comments on commit ee76f80

Please sign in to comment.