Skip to content

Commit

Permalink
fix importerror
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Jul 18, 2024
1 parent b4bed98 commit 9e2fef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@

from cli.test.conftest import test_pdf_file_json # noqa: F401
from src import config
from src.ml import SBERTEncoder
from src.ml import SBERTEncoder, sliding_window
from src.utils import (
filter_on_block_type,
replace_text_blocks,
filter_blocks,
get_ids_with_suffix,
encode_parser_output,
sliding_window,
)


Expand Down

0 comments on commit 9e2fef7

Please sign in to comment.