Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container

Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Aug 6, 2024
1 parent 3494a1d commit 1470925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/graphscope/gsctl/commands/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def interactive(app, graphscope_repo):
"""Build Interactive for high throughput scenarios"""
if graphscope_repo is None:
graphscope_repo = default_graphscope_repo_path
interactive_build_dir = os.path.join(
graphscope_repo, "k8s"
)
interactive_build_dir = os.path.join(graphscope_repo, "k8s")
if not os.path.exists(interactive_build_dir) or not os.path.isdir(
interactive_build_dir
):
Expand Down

0 comments on commit 1470925

Please sign in to comment.