Skip to content

Commit 1a0a535

Browse files
authored
try a different indent
1 parent 113e4a4 commit 1a0a535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asyncpg/connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import collections
1111
import collections.abc
1212
import itertools
13-
import sys
13+
import sysl
1414
import time
1515
import traceback
1616
import warnings
@@ -1920,7 +1920,7 @@ async def connect(dsn=None, *,
19201920
https://www.postgresql.org/docs/current/static/libpq-envars.html
19211921
.. _libpq connection URI format:
19221922
https://www.postgresql.org/docs/current/static/\
1923-
libpq-connect.html#LIBPQ-CONNSTRING
1923+
libpq-connect.html#LIBPQ-CONNSTRING
19241924
"""
19251925
if not issubclass(connection_class, Connection):
19261926
raise TypeError(

0 commit comments

Comments
 (0)