Skip to content

Commit

Permalink
fix: Disallow generic signature again due to pyright failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bzoracler committed Dec 24, 2024
1 parent 45e8f97 commit 1a3d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/watchpoints/watchpoints/watch_element.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WatchElement:
alias: str | None
attr: str | None
cmp: Callable[[Any, Any], bool] | None
copy: Callable[[_T], _T] | None
copy: Callable[[Any], object] | None # User-defined copy callback
default_alias: str | None
deepcopy: bool
exist: bool
Expand Down

0 comments on commit 1a3d9ea

Please sign in to comment.