aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/blueprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/auth/blueprint.py')
-rw-r--r--gn3/auth/blueprint.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gn3/auth/blueprint.py b/gn3/auth/blueprint.py
deleted file mode 100644
index 39a031b..0000000
--- a/gn3/auth/blueprint.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""Setup blueprint for the auth system"""
-from flask import Blueprint
-
-oauth2 = Blueprint("oauth2", __name__)