We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5f13 commit 26ab646Copy full SHA for 26ab646
returns/contrib/hypothesis/laws.py
@@ -207,7 +207,7 @@ def clean_plugin_context() -> Iterator[None]:
207
"""
208
saved_stategies = {}
209
for strategy_key, strategy in types._global_type_lookup.items(): # noqa: SLF001
210
- if isinstance(
+ if isinstance( # type: ignore[redundant-expr, unused-ignore]
211
strategy_key,
212
type,
213
) and strategy_key.__module__.startswith('returns.'):
0 commit comments