]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
chore: lint
authorjackwotherspoon <jackwoth@google.com>
Mon, 29 May 2023 19:11:10 +0000 (19:11 +0000)
committerjackwotherspoon <jackwoth@google.com>
Mon, 29 May 2023 19:11:10 +0000 (19:11 +0000)
test/dialect/postgresql/test_async_pg_py3k.py

index 4b06f1534afe925ca2c58d7cf6b6038c443f9d17..d33924b53f1ca08cebe58a723da7b5e958f86844 100644 (file)
@@ -287,6 +287,7 @@ class AsyncPgTest(fixtures.TestBase):
     @async_test
     async def test_async_creator(self, metadata, async_testing_engine):
         import asyncpg
+
         async def async_creator():
             conn = await asyncpg.connect(
                 "postgresql://scott:tiger@127.0.0.1:5432/test"