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

index 889ca415037783a115802875f696ae18d1558565..4b06f1534afe925ca2c58d7cf6b6038c443f9d17 100644 (file)
@@ -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