Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
no more IO
  • Loading branch information
JelleZijlstra authored Mar 2, 2022
commit 75862da5e5e41cae8ab52a9eab4e4e5b1deedef2
2 changes: 1 addition & 1 deletion stdlib/asyncio/windows_utils.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import subprocess
import sys
from _typeshed import Self
from types import TracebackType
from typing import IO, Any, AnyStr, Callable, Protocol
from typing import Any, AnyStr, Callable, Protocol
from typing_extensions import Literal

if sys.platform == "win32":
Expand Down