Remove resolved conflict text

This commit is contained in:
Jirayut 'Dear' Nimsaeng 2016-07-07 14:10:19 +07:00
parent 1a6555403c
commit ff48aa559f

View file

@ -1,4 +1,5 @@
#!flask/bin/python
from migrate.versioning import api
from config import SQLALCHEMY_DATABASE_URI
from config import SQLALCHEMY_MIGRATE_REPO
@ -91,4 +92,3 @@ def commit_version_control(db_commit):
if __name__ == '__main__':
start()
>>>>>>> docker