Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 22, 2023
1 parent a2499a9 commit 609dfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psygnal/_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def _wrapper(
# supported by mypyc. we need cb to be a WeakCallback[R], but we can't
# preserve the full typing information of the callback without using
# Callable[ParamSpec, R] or a general TypeVar('F', bound=Callable).
cb = weak_callback( # type: ignore [var-annotated]
cb = weak_callback(
slot,
max_args=max_args,
finalize=self._try_discard,
Expand Down

0 comments on commit 609dfce

Please sign in to comment.