Skip to content

Commit

Permalink
polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber-pioneer committed Jan 10, 2025
1 parent 165883f commit dae771a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions flagscale/serve/run_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

def main():
config = parse_config().serve
project_path = config["root_path"]
sys.path.append(project_path)
builder = Builder(config)
builder.build_task()
builder.run_router_task()
Expand Down
2 changes: 0 additions & 2 deletions tests/unit_tests/serve/build_dag/serve/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
root_path: tests/unit_tests/serve/build_dag

deploy:
models:
A:
Expand Down

0 comments on commit dae771a

Please sign in to comment.