[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1ce234dc78
commit
0cd183dc0a
|
@ -1098,7 +1098,6 @@ class TerminalReporter:
|
||||||
self._outrep_summary(rep)
|
self._outrep_summary(rep)
|
||||||
self._handle_teardown_sections(rep.nodeid)
|
self._handle_teardown_sections(rep.nodeid)
|
||||||
|
|
||||||
|
|
||||||
def summary_errors(self) -> None:
|
def summary_errors(self) -> None:
|
||||||
if self.config.option.tbstyle != "no":
|
if self.config.option.tbstyle != "no":
|
||||||
reports: List[BaseReport] = self.getreports("error")
|
reports: List[BaseReport] = self.getreports("error")
|
||||||
|
|
Loading…
Reference in New Issue