Skip to content

Commit

Permalink
Update _scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jul 22, 2024
1 parent 6fe84a2 commit 7dc46e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiojobs/_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ExceptionHandler = Callable[["Scheduler", Dict[str, Any]], None]


def _get_loop( # pragma: no cov
def _get_loop( # pragma: no cover
fut: "asyncio.Task[object]",
) -> asyncio.AbstractEventLoop:
# https://github.com/python/cpython/blob/bb802db8cfa35a88582be32fae05fe1cf8f237b1/Lib/asyncio/futures.py#L300
Expand Down

0 comments on commit 7dc46e6

Please sign in to comment.