From 8b345418d6974f3e9c6af4687ec2a5d4238b2fe2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 02:19:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/test_pathlib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_pathlib.py b/testing/test_pathlib.py index bfbfb42f17..da3a9ad06a 100644 --- a/testing/test_pathlib.py +++ b/testing/test_pathlib.py @@ -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