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
Update locks.pyi
  • Loading branch information
AlexWaygood authored Feb 2, 2022
commit 12a88b73f30312bcedfacd9c12a773c223b70b0e
2 changes: 1 addition & 1 deletion stdlib/asyncio/locks.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from collections import deque
from types import TracebackType
from typing import Any, Awaitable, Callable, Generator, TypeVar
from typing import Any, Callable, Generator, TypeVar

from .events import AbstractEventLoop
from .futures import Future
Expand Down