aboutsummaryrefslogtreecommitdiff
path: root/gn_auth
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-22 10:10:01 -0600
committerFrederick Muriuki Muriithi2024-11-22 10:17:20 -0600
commit346217b95a4aac17a5c7ac05c00d1205fa1855c5 (patch)
tree6d7278bad4b1f17559bb10d7d7af2fd978650d37 /gn_auth
parent95d6de150568ab8694d56bb25718d261a1631924 (diff)
downloadgn-auth-main.tar.gz
Remove imports that are no longer used.HEADmain
Diffstat (limited to 'gn_auth')
-rw-r--r--gn_auth/wsgi.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gn_auth/wsgi.py b/gn_auth/wsgi.py
index 4904da3..e05ef0d 100644
--- a/gn_auth/wsgi.py
+++ b/gn_auth/wsgi.py
@@ -1,15 +1,12 @@
"""Main entry point for project"""
-import os
import sys
import uuid
import json
from math import ceil
from pathlib import Path
-from typing import Callable
from datetime import datetime
import click
-from flask import Flask
from yoyo import get_backend, read_migrations
from gn_auth import migrations