Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: ravi-kumar-pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla committed May 15, 2024
1 parent 3377832 commit 7a31729
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package/kedro_viz/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ def load_and_populate_data(
)

# Creates data repositories which are used by Kedro Viz Backend APIs
populate_data(
data_access_manager,
catalog,
pipelines,
session_store,
stats_dict,
)
populate_data(data_access_manager, catalog, pipelines, session_store, stats_dict)


def run_server(
Expand Down

0 comments on commit 7a31729

Please sign in to comment.