Skip to content

Commit 3d28594

Browse files
authored
revert some changes to make CI pass
1 parent e609596 commit 3d28594

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/multiprocessing/managers.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ class BaseListProxy(BaseProxy, MutableSequence[_T]):
192192
def count(self, value: _T, /) -> int: ...
193193
def insert(self, index: SupportsIndex, object: _T, /) -> None: ...
194194
def remove(self, value: _T, /) -> None: ...
195-
if sys.version_info >= (3, 14):
196-
def copy(self) -> list[_T]: ...
197195
# Use BaseListProxy[SupportsRichComparisonT] for the first overload rather than [SupportsRichComparison]
198196
# to work around invariance
199197
@overload

0 commit comments

Comments
 (0)