Skip to content

Commit cbef277

Browse files
committed
lint
1 parent f30d8af commit cbef277

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def all_children(ir_type, kwargs):
262262
if ir_type == "integer":
263263
min_value = kwargs["min_value"]
264264
max_value = kwargs["max_value"]
265-
weights = kwargs["weights"]
266265

267266
if min_value is None and max_value is None:
268267
# full 128 bit range.

0 commit comments

Comments
 (0)