Skip to content

Commit

Permalink
address typing
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 10, 2023
1 parent 7518b10 commit 1bd0e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbconvert/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

if os.name == "nt":
asyncio.set_event_loop_policy(
asyncio.WindowsSelectorEventLoopPolicy()
) # type:ignore[attr-defined]
asyncio.WindowsSelectorEventLoopPolicy() # type:ignore[attr-defined]
)

0 comments on commit 1bd0e3d

Please sign in to comment.