Skip to content

Commit 947cca2

Browse files
committed
fix: lint issue
1 parent 32724f0 commit 947cca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/db/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def make_async_engine(
7171
return create_async_engine(
7272
make_db_url(driver="asyncpg", config=config),
7373
connect_args={"server_settings": {"application_name": application_name}},
74-
7574
future=True,
7675
echo=echo,
7776
)

0 commit comments

Comments
 (0)