Skip to content

Commit 055cf96

Browse files
author
Amine Aherbil
committed
fix black formatting
1 parent 28c092c commit 055cf96

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ftio/gui/dashboard.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ def _setup_callbacks(self):
203203
Input("clear-button", "n_clicks"),
204204
],
205205
)
206-
def update_visualization(
207-
n_intervals, view_mode, selected_pred_id, clear_clicks
208-
):
206+
def update_visualization(n_intervals, view_mode, selected_pred_id, clear_clicks):
209207

210208
ctx = callback_context
211209
if ctx.triggered and ctx.triggered[0]["prop_id"] == "clear-button.n_clicks":

0 commit comments

Comments
 (0)