Skip to content

Commit 325d759

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4522879 commit 325d759

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/litserve/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ def load_and_raise(response: Union[bytes, Exception]) -> None:
4949
)
5050
raise
5151
except Exception as e:
52-
logger.exception(
53-
f"Unexpected error while processing the response: {e}"
54-
)
52+
logger.exception(f"Unexpected error while processing the response: {e}")
5553
raise
5654

5755

0 commit comments

Comments
 (0)