We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d672b commit 17d4670Copy full SHA for 17d4670
src/axiomatic/axtract.py
@@ -323,10 +323,7 @@ def submit_values(_):
323
# 8) add_req(): Adds a new, blank row to the bottom
324
# ---------------------------------------------------------------
325
def add_req(_):
326
- unique_key = (
327
- f"req_{len(
328
- [kk for kk in value_widgets if kk.startswith('req_')]) + 1}"
329
- )
+ unique_key = (f"req_{len([kk for kk in value_widgets if kk.startswith('req_')]) + 1}")
330
331
variable_dropdown = widgets.Dropdown(
332
options=variable_names,
0 commit comments