From e978189226d13ef2ede9c57043b0c0e1789334bb Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 6 Jun 2023 23:44:37 +0300 Subject: [PATCH] remove commented migration code --- files/cli.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/files/cli.py b/files/cli.py index 754685650..a4a36f0f3 100644 --- a/files/cli.py +++ b/files/cli.py @@ -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)