diff --git a/kombu/transport/sqlalchemy/migrations/env.py b/kombu/transport/sqlalchemy/migrations/env.py index 36112a3c..ecdc256c 100644 --- a/kombu/transport/sqlalchemy/migrations/env.py +++ b/kombu/transport/sqlalchemy/migrations/env.py @@ -1,9 +1,9 @@ +from __future__ import annotations + from logging.config import fileConfig -from sqlalchemy import engine_from_config -from sqlalchemy import pool - from alembic import context +from sqlalchemy import engine_from_config, pool # this is the Alembic Config object, which provides # access to the values within the .ini file in use.