Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 26, 2024
1 parent 76fda09 commit 8b34541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ def test_scandir_handles_os_error():
# Verify that the is_file method was called on the mock entry
mock_entry.is_file.assert_called_once()


class TestImportLibMode:
def test_importmode_importlib_with_dataclass(
self, tmp_path: Path, ns_param: bool
Expand Down

0 comments on commit 8b34541

Please sign in to comment.