Skip to content

Commit

Permalink
Addressing review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
singankit committed May 8, 2024
1 parent 2f35729 commit 6ef4565
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_upload_run_pf_eval_dependencies(
# check the run is uploaded to cloud
Local2CloudTestHelper.check_local_to_cloud_run(pf, run, check_run_details_in_cloud=True)

from promptflow.azure._pf_eval_dependencies import _get_pf_evals_dependencies
from promptflow.azure._dependencies._pf_evals import _get_pf_evals_dependencies
from promptflow._sdk._constants import Local2Cloud

async_uploader = _get_pf_evals_dependencies()._from_run_operations(run, pf.runs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from promptflow._sdk._pf_evals_dependencies import _get_pf_evals_dependencies
from promptflow._dependencies._pf_evals import _get_pf_evals_dependencies


@pytest.mark.unittest
Expand Down

0 comments on commit 6ef4565

Please sign in to comment.