Skip to content

Commit 4dadebe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 72bf6c0 commit 4dadebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/threading.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class Condition:
146146
def release(self) -> None: ...
147147
if sys.version_info >= (3, 14):
148148
def locked(self) -> bool: ...
149+
149150
def wait(self, timeout: float | None = None) -> bool: ...
150151
def wait_for(self, predicate: Callable[[], _T], timeout: float | None = None) -> _T: ...
151152
def notify(self, n: int = 1) -> None: ...

0 commit comments

Comments
 (0)