Skip to content

Commit a4efb30

Browse files
committed
Flake8 fix
1 parent da0f243 commit a4efb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def disable_button(n_clicks):
242242
Disables the button after it is clicked and displays a loading message.
243243
"""
244244
return n_clicks > 0, "Please wait...", "warning"
245-
245+
246246
@app.callback(
247247
Output("presc-button", "disabled", allow_duplicate=True),
248248
Output("presc-button", "children", allow_duplicate=True),
@@ -254,4 +254,4 @@ def enable_button(reset_disabled):
254254
"""
255255
Enables the button when the filtering is done and resets it.
256256
"""
257-
return False, "AI Generate Policies for Scenario", "primary"
257+
return False, "AI Generate Policies for Scenario", "primary"

0 commit comments

Comments
 (0)