Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaaban01 committed Dec 22, 2024
1 parent d4d63f5 commit d63f14b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xdsl/interactive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,7 @@ def update_pass_pipeline(

# if selected_pass_value has arguments, call get_arguments_function to push screen for user input
if fields(selected_pass_value) and selected_pass_spec is None:
self.get_pass_arguments(
selected_pass_value, root_to_child_pass_list
)
self.get_pass_arguments(selected_pass_value, root_to_child_pass_list)
else:
# if selected_pass_value contains no arguments add the selected pass to pass_pipeline
if selected_pass_spec is None:
Expand Down

0 comments on commit d63f14b

Please sign in to comment.