Skip to content

Commit e406b78

Browse files
committed
remove unused labels
1 parent d41e094 commit e406b78

File tree

1 file changed

+0
-12
lines changed
  • hypothesis-python/src/hypothesis/internal/conjecture

1 file changed

+0
-12
lines changed

hypothesis-python/src/hypothesis/internal/conjecture/data.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,7 @@ def wrapper(tp):
8181
return wrapper
8282

8383

84-
ONE_BOUND_INTEGERS_LABEL = calc_label_from_name("trying a one-bound int allowing 0")
85-
INTEGER_RANGE_DRAW_LABEL = calc_label_from_name("another draw in integer_range()")
86-
BIASED_COIN_LABEL = calc_label_from_name("biased_coin()")
87-
8884
TOP_LABEL = calc_label_from_name("top")
89-
DRAW_FLOAT_LABEL = calc_label_from_name("drawing a float")
90-
FLOAT_STRATEGY_DO_DRAW_LABEL = calc_label_from_name(
91-
"getting another float in FloatStrategy"
92-
)
93-
INTEGER_WEIGHTED_DISTRIBUTION = calc_label_from_name(
94-
"drawing from a weighted distribution in integers"
95-
)
96-
9785
InterestingOrigin = Tuple[
9886
Type[BaseException], str, int, Tuple[Any, ...], Tuple[Tuple[Any, ...], ...]
9987
]

0 commit comments

Comments
 (0)