refactor: remove unused import
This commit is contained in:
parent
84a552178a
commit
a600920f06
1 changed files with 0 additions and 1 deletions
1
web.py
1
web.py
|
@ -1,6 +1,5 @@
|
||||||
from flask import Flask, send_from_directory
|
from flask import Flask, send_from_directory
|
||||||
from partials import partials
|
from partials import partials
|
||||||
import datetime
|
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.register_blueprint(partials, url_prefix='/p')
|
app.register_blueprint(partials, url_prefix='/p')
|
||||||
|
|
Loading…
Reference in a new issue