chore: fmt
This commit is contained in:
parent
9b0d72f12f
commit
2c74602a21
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from os import mkdir, urandom
|
from os import mkdir, urandom
|
||||||
|
|
||||||
from flask import Flask
|
|
||||||
from config import Config
|
from config import Config
|
||||||
|
from flask import Flask
|
||||||
|
|
||||||
app = Flask(__name__, static_url_path="/")
|
app = Flask(__name__, static_url_path="/")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue