Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2024
1 parent b31f37d commit 030cb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/structlog/_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .contextvars import _ASYNC_CALLING_STACK
from .typing import ExcInfo


def is_missing_exc_info(exc_info: ExcInfo) -> bool:
"""
Return True if exc_info is the missing value.
Expand Down
1 change: 1 addition & 0 deletions src/structlog/tracebacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from ._frames import is_missing_exc_info


try:
import rich
import rich.pretty
Expand Down

0 comments on commit 030cb03

Please # to comment.