Skip to content

Commit

Permalink
Replace FIXME with issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored Aug 31, 2024
1 parent dcc6bf3 commit f27a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempora/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class PeriodicCommandFixedDelay(PeriodicCommand):
"""

@classmethod
def at_time(cls, at, delay, target) -> Self: # type: ignore[override] # FIXME: inverted attribute order
def at_time(cls, at, delay, target) -> Self: # type: ignore[override]
"""
>>> cmd = PeriodicCommandFixedDelay.at_time(0, 30, None)
>>> cmd.delay.total_seconds()
Expand Down

0 comments on commit f27a2db

Please sign in to comment.