Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
reaganjlee committed Oct 17, 2024
1 parent 0194f90 commit e74c1e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypothesis-python/src/hypothesis/stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ def do_draw(self, data):
if not self.draw_references:
return self.get_transformed_value(reference)

# we need both reference and the value itself to pretty-print deterministically and maintain any transformations that is bundle-specific
# we need both reference and the value itself to pretty-print deterministically
# and maintain any transformations that is bundle-specific
return VarReferenceMapping(reference, self.get_transformed_value(reference))

def filter(self, condition):
Expand Down

0 comments on commit e74c1e2

Please sign in to comment.