From: jackwotherspoon Date: Mon, 29 May 2023 19:00:36 +0000 (+0000) Subject: chore: remove import X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257836224d02487feee47720e46c5454e3bd1eb4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git chore: remove import --- diff --git a/test/dialect/postgresql/test_async_pg_py3k.py b/test/dialect/postgresql/test_async_pg_py3k.py index 889ca41503..4b06f1534a 100644 --- a/test/dialect/postgresql/test_async_pg_py3k.py +++ b/test/dialect/postgresql/test_async_pg_py3k.py @@ -10,7 +10,7 @@ from sqlalchemy import select from sqlalchemy import String from sqlalchemy import Table from sqlalchemy import testing -from sqlalchemy.dialects.postgresql import asyncpg, ENUM +from sqlalchemy.dialects.postgresql import ENUM from sqlalchemy.testing import async_test from sqlalchemy.testing import eq_ from sqlalchemy.testing import fixtures