diff options
-rw-r--r-- | gn_auth/wsgi.py | 3 |
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 |