removing load_env

This commit is contained in:
msramalho
2024-10-17 13:10:19 +01:00
parent f2a14abb17
commit 94f7be3fd8
3 changed files with 0 additions and 9 deletions

View File

@@ -4,9 +4,6 @@ from sqlalchemy import engine_from_config
from sqlalchemy import pool
from alembic import context
from dotenv import load_dotenv
load_dotenv()
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.