diff --git a/app/userprofile.py b/app/userprofile.py
index 42995d6b028aeddd672f3f42f1b311b2f80e79cc..74f832ac554c7fdc7d9f7674cad676fa3d4a60f0 100644
--- a/app/userprofile.py
+++ b/app/userprofile.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 from sqlite3 import connect
-from flask import redirect, abort, render_template
 from html import escape #This is used to escape characters, if they are send in the url
+from flask import redirect, abort, render_template
 
 def user_profile(request, cookieNotice, s, pageNumber, url_scheme):
     """