Skip to content

Commit 17d4670

Browse files
committed
fff
1 parent 50d672b commit 17d4670

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/axiomatic/axtract.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,7 @@ def submit_values(_):
323323
# 8) add_req(): Adds a new, blank row to the bottom
324324
# ---------------------------------------------------------------
325325
def add_req(_):
326-
unique_key = (
327-
f"req_{len(
328-
[kk for kk in value_widgets if kk.startswith('req_')]) + 1}"
329-
)
326+
unique_key = (f"req_{len([kk for kk in value_widgets if kk.startswith('req_')]) + 1}")
330327

331328
variable_dropdown = widgets.Dropdown(
332329
options=variable_names,

0 commit comments

Comments
 (0)