Skip to content

Commit 70d19fd

Browse files
committed
unnecessary indentation
1 parent e32ee90 commit 70d19fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python_files/vscode_pytest/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def pytest_exception_interact(node, call, report):
138138
# call.excinfo is the captured exception of the call, if it raised as type ExceptionInfo.
139139
# call.excinfo.exconly() returns the exception as a string.
140140
# If it is during discovery, then add the error to error logs.
141-
142141
if IS_DISCOVERY:
143142
if call.excinfo and call.excinfo.typename != "AssertionError":
144143
if report.outcome == "skipped" and "SkipTest" in str(call):

0 commit comments

Comments
 (0)