Removed uneeded imports
This commit is contained in:
parent
e73f2ff970
commit
e1aca07cfc
@ -1,9 +1,4 @@
|
|||||||
import flask_app
|
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 = flask_app.App()
|
||||||
app.register_blueprints()
|
app.register_blueprints()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user