Skip to content

Commit

Permalink
Fix import path for test_feature_extraction_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmi authored Aug 19, 2024
1 parent 85345bb commit 9954cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_feature_extraction_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from transformers.testing_utils import TOKEN, USER, get_tests_dir, is_staging_test


sys.path.append(str(Path(__file__).parent.parent / "utils"))
sys.path.append(str(Path(__file__).parent.parent.parent / "utils"))

from test_module.custom_feature_extraction import CustomFeatureExtractor # noqa E402

Expand Down

0 comments on commit 9954cdb

Please sign in to comment.