Skip to content

Commit 40f97b3

Browse files
committed
. d tidy code and update markdown snippets
1 parent 179bca4 commit 40f97b3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

approvaltests/integrations/pytest/_pytest_pattern_matching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ def matches_prefix_or_glob(name: str, patterns: list[str]) -> bool:
1919
):
2020
return True
2121
return False
22-

approvaltests/namer/stack_frame_namer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
from approval_utilities.utilities.stack_frame_utilities import get_class_name_for_frame
88
from approvaltests.approval_exception import FrameNotFound
9-
from approvaltests.integrations.pytest._pytest_pattern_matching import matches_prefix_or_glob
9+
from approvaltests.integrations.pytest._pytest_pattern_matching import (
10+
matches_prefix_or_glob,
11+
)
1012
from approvaltests.integrations.pytest.pytest_config import PytestConfig
1113
from approvaltests.namer.namer_base import NamerBase
1214

0 commit comments

Comments
 (0)