Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMorawiec committed Sep 25, 2024
1 parent 0e9ab97 commit 83fb603
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def flatten_graph(
# its save to do as this should only happen if SDK is installed as editable
# install (or from git repository)
path_to_sdk = os.path.realpath(__file__)
git_ref = _dsl.GitImport.infer(path_to_sdk).resolved().git_ref
git_ref = _dsl.infer_git_ref(path_to_sdk).resolve()
sdk_python_import = _dsl.GithubImport(
git_ref=git_ref,
repo="zapata-engineering/orquestra-sdk",
Expand Down

0 comments on commit 83fb603

Please sign in to comment.