Skip to content

Commit

Permalink
don't put logging config in alembic.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed May 30, 2018
1 parent cb06ac9 commit b37eceb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions migrations/env.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import with_statement
from alembic import context
from sqlalchemy import engine_from_config, pool
from logging.config import fileConfig
from sqlalchemy import create_engine

config = context.config
Expand Down

0 comments on commit b37eceb

Please sign in to comment.