Skip to content

Commit

Permalink
Remove .step_count
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Feb 24, 2024
1 parent efd38d0 commit 77f596f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypothesis-python/src/hypothesis/stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def invariants(cls):
return cls._invariants_per_class[cls]

def _repr_step(self, rule, data, result):
self.step_count = getattr(self, "step_count", 0) + 1
output_assignment = ""
if rule.targets:
if isinstance(result, MultipleResults):
Expand Down

0 comments on commit 77f596f

Please sign in to comment.