Skip to content

Commit

Permalink
added name to dunder init (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
maquino1985 committed Nov 11, 2020
1 parent b34d9e3 commit 4887bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_migrate/__init__.py
Expand Up @@ -14,7 +14,7 @@
from alembic.util import CommandError

alembic_version = tuple([int(v) for v in __alembic_version__.split('.')[0:3]])
log = logging.getLogger()
log = logging.getLogger(__name__)


class _MigrateConfig(object):
Expand Down

0 comments on commit 4887bd5

Please sign in to comment.