remove commented migration code

pull/152/head
Aevann 2023-06-06 23:44:37 +03:00
parent fd5cdf23d3
commit e978189226
1 changed files with 0 additions and 7 deletions

View File

@ -8,10 +8,3 @@ os.chdir(Path(__file__).parent.parent)
from .__main__ import app, db_session, cache
from flask import g
import files.helpers.cron
#from flask_migrate import Migrate
#from flask_sqlalchemy import SQLAlchemy
#import files.classes
#db = SQLAlchemy(app)
#migrate = Migrate(app, db)