Skip to content

Commit a4c8e94

Browse files
committed
. d format and update markdown snippets
1 parent 0d6cabc commit a4c8e94

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

approvaltests/namer/inline_comparator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
from approvaltests import Namer, StackFrameNamer
1111
from approvaltests.core.options import Options
1212
from approvaltests.inline.inline_options import InlineOptions
13-
from approvaltests.inline.markers import (
14-
PRESERVE_LEADING_WHITESPACE_MARKER,
15-
)
13+
from approvaltests.inline.markers import PRESERVE_LEADING_WHITESPACE_MARKER
1614
from approvaltests.namer.inline_python_reporter import InlinePythonReporter
1715
from approvaltests.reporters import ReporterThatAutomaticallyApproves
1816

approvaltests/namer/inline_python_reporter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
from typing_extensions import override
77

88
from approvaltests import Reporter, StackFrameNamer
9-
from approvaltests.inline.markers import (
10-
PRESERVE_LEADING_WHITESPACE_MARKER,
11-
)
9+
from approvaltests.inline.markers import PRESERVE_LEADING_WHITESPACE_MARKER
1210
from approvaltests.inline.split_code import SplitCode
1311

1412

0 commit comments

Comments
 (0)