Skip to content

Commit b8577f8

Browse files
author
Izaak Gough
committed
chore: fix formatting
1 parent 82a5de5 commit b8577f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/firebase_functions/logger.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ def _stack_trace_from_exception_type(exception_type: type[BaseException]) -> str
106106
return None
107107

108108

109-
def _stack_trace_from_args(args: tuple[_typing.Any, ...], kwargs: dict[str, _typing.Any]) -> str | None:
109+
def _stack_trace_from_args(
110+
args: tuple[_typing.Any, ...], kwargs: dict[str, _typing.Any]
111+
) -> str | None:
110112
"""
111113
Returns the first available stack trace from logger arguments or active exception state.
112114
"""

0 commit comments

Comments
 (0)