Merge pull request #1337 from jakedt/fixtool
Initialize the db for fixsequences
This commit is contained in:
commit
fe480153ea
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import logging
|
|||
|
||||
from peewee import IntegrityError, CharField
|
||||
|
||||
from app import app
|
||||
from data.database import BaseModel
|
||||
|
||||
|
||||
|
|
Reference in a new issue