Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed May 1, 2024
1 parent 398929d commit 89d467a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/kedro_viz/data_access/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ def add_parameters_to_task_node(
if parameters_node.is_all_parameters():
task_node.parameters = parameters_node.parameter_value
else:
task_node.parameters[parameters_node.parameter_name] = (
parameters_node.parameter_value
)
task_node.parameters[
parameters_node.parameter_name
] = parameters_node.parameter_value

def get_default_selected_pipeline(self) -> RegisteredPipeline:
"""Return the default selected pipeline ID to display on first page load.
Expand Down

0 comments on commit 89d467a

Please sign in to comment.