File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1010from approvaltests import Namer , StackFrameNamer
1111from approvaltests .core .options import Options
1212from 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
1614from approvaltests .namer .inline_python_reporter import InlinePythonReporter
1715from approvaltests .reporters import ReporterThatAutomaticallyApproves
1816
Original file line number Diff line number Diff line change 66from typing_extensions import override
77
88from 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
1210from approvaltests .inline .split_code import SplitCode
1311
1412
You can’t perform that action at this time.
0 commit comments