Skip to content

Commit 137dd15

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/asphalt/exceptions/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def report_exception(
3737
exception = sys.exc_info()[1]
3838
if not exception:
3939
raise ValueError(
40-
'missing "exception" parameter and no current exception present in '
41-
"sys.exc_info()"
40+
'missing "exception" parameter and no current exception present in sys.exc_info()'
4241
)
4342

4443
actual_logger: logging.Logger | None

0 commit comments

Comments
 (0)