removed some more whitespace
parent
8c31699baf
commit
9bc685c30b
@ -1,5 +1,5 @@
|
|||||||
from flask import Blueprint
|
from flask import Blueprint
|
||||||
|
|
||||||
sso = Blueprint('sso', __name__, static_folder=None ,template_folder='templates')
|
sso = Blueprint('sso', __name__, static_folder=None, template_folder='templates')
|
||||||
|
|
||||||
from mailu.sso.views import *
|
from mailu.sso.views import *
|
||||||
|
Loading…
Reference in New Issue