diff --git a/.gitignore b/.gitignore index 37c4ba6..1672492 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ snapshots branch_flag branch-config *.syncthing.*.tmp +cache diff --git a/desktop_env/evaluators/metrics/__init__.py b/desktop_env/evaluators/metrics/__init__.py index 05bbcbd..18c9477 100644 --- a/desktop_env/evaluators/metrics/__init__.py +++ b/desktop_env/evaluators/metrics/__init__.py @@ -1,5 +1,5 @@ from .table import compare_table -from .table import check_sheet_list, check_xlsx_freeze, check_zoom +from .table import check_sheet_list, check_xlsx_freeze, check_xlsx_zoom from .docs import find_default_font, contains_page_break, compare_docx_files, compare_docx_tables, compare_line_spacing, compare_insert_equation from .docs import compare_font_names, compare_subscript_contains, has_page_numbers_in_footers from .docs import is_first_line_centered, check_file_exists, compare_contains_image diff --git a/requirements.txt b/requirements.txt index 5a3707b..d97aedd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,4 @@ openpyxl python-docx python-pptx pypdf +PyGetWindow