Skip to content

Commit

Permalink
nocover 3.12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Dec 16, 2023
1 parent 0739659 commit 3ee5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/internal/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def dataclass_asdict(obj, *, dict_factory=dict):
raise TypeError("asdict() should be called on dataclass instances")
return _asdict_inner(obj, dict_factory)

else:
else: # pragma: no cover
dataclass_asdict = dataclasses.asdict


Expand Down

0 comments on commit 3ee5f1a

Please sign in to comment.