Skip to content

Commit 26ab646

Browse files
authored
Update laws.py
1 parent 13a5f13 commit 26ab646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/contrib/hypothesis/laws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def clean_plugin_context() -> Iterator[None]:
207207
"""
208208
saved_stategies = {}
209209
for strategy_key, strategy in types._global_type_lookup.items(): # noqa: SLF001
210-
if isinstance(
210+
if isinstance( # type: ignore[redundant-expr, unused-ignore]
211211
strategy_key,
212212
type,
213213
) and strategy_key.__module__.startswith('returns.'):

0 commit comments

Comments
 (0)