Skip to content

Commit

Permalink
Merge branch 'new-signal-group' of https://github.com/tlambert03/psygnal
Browse files Browse the repository at this point in the history
 into new-signal-group
  • Loading branch information
tlambert03 committed Feb 12, 2024
2 parents 03c006c + 315a3aa commit 80d7393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/psygnal/_group2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, group: SignalGroup, instance: Any = None) -> None:
super().__init__(signature=(EmissionInfo,), instance=instance)
self._sig_was_blocked: dict[str, bool] = {}
import warnings

# silence any warnings about failed weakrefs

with warnings.catch_warnings():
Expand Down

0 comments on commit 80d7393

Please sign in to comment.