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 f070df4 commit a4287f9Copy full SHA for a4287f9
src/axiomatic/axtract.py
@@ -288,8 +288,8 @@ def submit_values(_):
288
# 8) add_req(): Adds a new, blank row to the bottom
289
# ---------------------------------------------------------------
290
def add_req(_):
291
- unique_key = (f"req_{len([kk for kk in value_widgets
292
- if kk.startswith('req_')]) + 1}")
+ unique_key = (f"req_{len([kk for kk in value_widgets if kk.startswith(
+ 'req_')]) + 1}")
293
294
variable_dropdown = widgets.Dropdown(
295
options=variable_names,
0 commit comments