[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
88424c273c
commit
c135a236d3
|
@ -925,7 +925,9 @@ class FormattedExcinfo:
|
|||
seen.add(id(e))
|
||||
if isinstance(e, ExceptionGroup):
|
||||
reprtraceback = ReprTracebackNative(
|
||||
traceback.format_exception(type(e), e, excinfo.traceback[0]._rawentry)
|
||||
traceback.format_exception(
|
||||
type(e), e, excinfo.traceback[0]._rawentry
|
||||
)
|
||||
)
|
||||
reprcrash = None
|
||||
elif excinfo_:
|
||||
|
|
Loading…
Reference in New Issue