about summary refs log tree commit diff
path: root/gn_auth/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/__init__.py')
-rw-r--r--gn_auth/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gn_auth/__init__.py b/gn_auth/__init__.py
index 9b0264c..446ba19 100644
--- a/gn_auth/__init__.py
+++ b/gn_auth/__init__.py
@@ -1,5 +1,4 @@
 """Application initialisation module."""
-
 import os
 import sys
 import logging
@@ -7,8 +6,8 @@ from typing import Optional
 
 from flask import Flask
 
-from gn_auth.auth import oauth2
 from gn_auth.misc_views import misc
+from gn_auth.auth.views import oauth2
 
 from gn_auth.auth.authentication.oauth2.server import setup_oauth2_server