Skip to content

[Question] Unused patch import in test_data_hyper_cleaning.py #76

Description

@Kauyam

Required prerequisites

Question

In examples/data_hyper_cleaning/test_data_hyper_cleaning.py, patch is imported from unittest.mock, but it is not used anywhere in the file. The tests use pytest.mark.parametrize and subprocess.run(...) to execute different operator combinations, so this import appears to be leftover code. Removing the unused import would avoid linting warnings and make the test file cleaner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions