Skip to content

Commit 98a79ac

Browse files
committed
Move to Any
1 parent a77bcf8 commit 98a79ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_interpqueues.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def get_maxsize(qid: SupportsIndex) -> int: ...
1212
def get_queue_defaults(qid: SupportsIndex) -> tuple[int]: ...
1313
def is_full(qid: SupportsIndex) -> bool: ...
1414
def list_all() -> list[tuple[int, int]]: ...
15-
def put(qid: SupportsIndex, obj: object, fmt: SupportsIndex) -> None: ...
15+
def put(qid: SupportsIndex, obj: Any, fmt: SupportsIndex) -> None: ...
1616
def release(qid: SupportsIndex) -> None: ...

0 commit comments

Comments
 (0)