Skip to content

Commit 3ee5f1a

Browse files
committed
nocover 3.12 branch
1 parent 0739659 commit 3ee5f1a

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/internal

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/internal/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def dataclass_asdict(obj, *, dict_factory=dict):
207207
raise TypeError("asdict() should be called on dataclass instances")
208208
return _asdict_inner(obj, dict_factory)
209209

210-
else:
210+
else: # pragma: no cover
211211
dataclass_asdict = dataclasses.asdict
212212

213213

0 commit comments

Comments
 (0)