Skip to content

Commit 2520f97

Browse files
committed
remove redundant comma
1 parent 2b75c9e commit 2520f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: schedules/backfill_schedule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async def main():
1616
end_at=now - timedelta(minutes=9),
1717
overlap=ScheduleOverlapPolicy.ALLOW_ALL,
1818
),
19-
),
19+
)
2020

2121

2222
if __name__ == "__main__":

0 commit comments

Comments
 (0)