Run isort on all files

This commit is contained in:
Luke Van Seters
2021-12-13 18:46:39 -05:00
parent bc46c2929b
commit d5f73b5e3a
80 changed files with 183 additions and 221 deletions

View File

@@ -1,12 +1,11 @@
from logging.config import fileConfig
from sqlalchemy import engine_from_config
from sqlalchemy import pool
from sqlalchemy import engine_from_config, pool
from alembic import context
from mev_inspect.db import get_inspect_database_uri
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
config = context.config