Skip to content

Commit 66a2407

Browse files
style: auto-format
1 parent 27c66de commit 66a2407

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dqlitedbapi/cursor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ async def _call_client(coro: Coroutine[Any, Any, Any]) -> Any:
6262
# Catch-all for any future subclass of DqliteError not enumerated
6363
# above. Surface as InterfaceError rather than leaking to the
6464
# caller as a non-DBAPI exception (ISSUE-85).
65-
raise _DbapiInterfaceError(
66-
f"unrecognized client error ({type(e).__name__}): {e}"
67-
) from e
65+
raise _DbapiInterfaceError(f"unrecognized client error ({type(e).__name__}): {e}") from e
6866

6967

7068
if TYPE_CHECKING:

0 commit comments

Comments
 (0)