From: jackwotherspoon Date: Mon, 29 May 2023 19:11:10 +0000 (+0000) Subject: chore: lint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52d54aae23d774c938ba2d8975f1676f358167d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git chore: lint --- diff --git a/test/dialect/postgresql/test_async_pg_py3k.py b/test/dialect/postgresql/test_async_pg_py3k.py index 4b06f1534a..d33924b53f 100644 --- a/test/dialect/postgresql/test_async_pg_py3k.py +++ b/test/dialect/postgresql/test_async_pg_py3k.py @@ -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"