Fix bugs from merging

This commit is contained in:
Timothyxxx
2024-03-08 23:09:11 +08:00
parent 1bfc8cc42b
commit 62b3b2390d
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ from .chrome import (
is_expected_active_tab, is_expected_active_tab,
is_expected_url_pattern_match, is_expected_url_pattern_match,
is_added_to_steam_cart, is_added_to_steam_cart,
is_expected_installed_extensions is_expected_installed_extensions,
compare_pdf_images compare_pdf_images
) )
from .docs import ( from .docs import (
@@ -49,7 +49,7 @@ from .docs import (
check_file_exists, check_file_exists,
check_tabstops, check_tabstops,
compare_contains_image, compare_contains_image,
compare_docx_files_and_ignore_new_lines compare_docx_files_and_ignore_new_lines,
compare_docx_images, compare_docx_images,
compare_image_text, compare_image_text,
compare_references compare_references
@@ -72,7 +72,7 @@ from .general import (
file_contains, file_contains,
compare_terminal_and_txt, compare_terminal_and_txt,
fuzzy_place_math, fuzzy_place_math,
compare_python_pure_text compare_python_pure_text,
diff_text_file, diff_text_file,
literal_match literal_match
) )

View File

@@ -46,3 +46,4 @@ PyYaml
mutagen mutagen
pytesseract pytesseract
borb borb
pdfplumber