Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Remove superfluous line.
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed Jan 1, 2023
1 parent fe36163 commit eb012d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def _get_event_loop(stacklevel=3):
if sys.version_info >= (3, 9, 0):
events._get_event_loop = events.get_event_loop = \
asyncio.get_event_loop = _get_event_loop
_get_event_loop
asyncio.run = run
asyncio._nest_patched = True

Expand Down

0 comments on commit eb012d7

Please sign in to comment.