Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 0b59a9f

Browse files
Linting
1 parent 3895c9e commit 0b59a9f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

databases/core.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ async def connect(self) -> None:
8686

8787
await self._backend.connect()
8888
logger.info(
89-
"Connected to database %s",
90-
self.url.obscure_password,
91-
extra=CONNECT_EXTRA,
89+
"Connected to database %s", self.url.obscure_password, extra=CONNECT_EXTRA
9290
)
9391
self.is_connected = True
9492

0 commit comments

Comments
 (0)