Skip to content

Commit 08970a9

Browse files
committed
Fix flake8
1 parent a11c341 commit 08970a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-tornado/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def init_saml_auth(req):
171171
auth = OneLogin_Saml2_Auth(req, custom_base_path=Settings.SAML_PATH)
172172
return auth
173173

174+
174175
if __name__ == "__main__":
175176
app = Application()
176177
http_server = tornado.httpserver.HTTPServer(app)

0 commit comments

Comments
 (0)