Compare commits

...

2 Commits

Author SHA1 Message Date
e1aca07cfc Removed uneeded imports 2024-04-28 15:15:01 +10:00
e73f2ff970 Removed uneeded import 2024-04-28 15:14:25 +10:00
2 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,4 @@
import flask_app
from os.path import realpath, dirname
import sys
import_dir = dirname(f"{realpath(__file__)}")
sys.path.append(import_dir)
app = flask_app.App()
app.register_blueprints()

View File

@ -1 +0,0 @@
from . import root