Skip to content

Commit 14c9313

Browse files
ignoring flake8 warnings
1 parent a382af9 commit 14c9313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migration/env.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from logging.config import fileConfig
2-
from chronogram.database.schema import *
2+
from chronogram.database.schema import * # noqa F403
33
from sqlalchemy import engine_from_config
44
from sqlalchemy import pool
55
from config import config as cfg
@@ -18,7 +18,7 @@
1818
# for 'autogenerate' support
1919
# from myapp import mymodel
2020
# target_metadata = mymodel.Base.metadata
21-
target_metadata = Base.metadata
21+
target_metadata = Base.metadata # noqa F405
2222

2323
# other values from the config, defined by the needs of env.py,
2424
# can be acquired:

0 commit comments

Comments
 (0)