diff --git a/stubs/watchpoints/watchpoints/watch_element.pyi b/stubs/watchpoints/watchpoints/watch_element.pyi index 6793f539751d..6558f4178f4f 100644 --- a/stubs/watchpoints/watchpoints/watch_element.pyi +++ b/stubs/watchpoints/watchpoints/watch_element.pyi @@ -16,7 +16,7 @@ class WatchElement: alias: str | None attr: str | None cmp: Callable[[Any, Any], bool] | None - copy: Callable[[Any], object] | None + copy: Callable[[_T], _T] | None default_alias: str | None deepcopy: bool exist: bool