Skip to content

Commit e342def

Browse files
pre-commit-ci[bot]hynek
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 95679fd commit e342def

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/structlog/_frames.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .contextvars import _ASYNC_CALLING_STACK
1616
from .typing import ExcInfo
1717

18+
1819
def is_missing_exc_info(exc_info: ExcInfo) -> bool:
1920
"""
2021
Return True if exc_info is the missing value.

src/structlog/tracebacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
from ._frames import is_missing_exc_info
2626

27+
2728
try:
2829
import rich
2930
import rich.pretty

0 commit comments

Comments
 (0)