Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Oct 16, 2024
1 parent f30d8af commit cbef277
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def all_children(ir_type, kwargs):
if ir_type == "integer":
min_value = kwargs["min_value"]
max_value = kwargs["max_value"]
weights = kwargs["weights"]

if min_value is None and max_value is None:
# full 128 bit range.
Expand Down

0 comments on commit cbef277

Please sign in to comment.