Skip to content

Commit e2fb587

Browse files
formatting
1 parent 093b2b1 commit e2fb587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connect_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _parse_connect_dsn_and_args(*, dsn, host, port, user,
290290

291291
if parsed.netloc:
292292
if '@' in parsed.netloc:
293-
dsn_auth, dsn_hostspec = parsed.netloc.rsplit("@", maxsplit=1)
293+
dsn_auth, dsn_hostspec = parsed.netloc.rsplit('@', maxsplit=1)
294294
else:
295295
dsn_hostspec = parsed.netloc
296296
dsn_auth = ''

0 commit comments

Comments
 (0)