Skip to content

Commit

Permalink
Resolving path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyadav committed Jan 16, 2025
1 parent 4225912 commit 25aece9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import shutil
import sys

from eval_common import _ua_patcher # noqa: F401 # Module imported but unused
from online_eval.eval_common import _ua_patcher # noqa: F401 # Module imported but unused
from azure.ai.ml.identity import AzureMLOnBehalfOfCredential
from azure.ai.evaluation import evaluate
from save_evaluation import load_evaluator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

"""Main script for the online evaluation context."""
import argparse
import os
import sys

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))

from eval_common import _ua_patcher # noqa: F401, E402 # Module imported but unused
import preprocess # noqa: E402
Expand Down

0 comments on commit 25aece9

Please sign in to comment.