diff options
author | Frederick Muriuki Muriithi | 2024-11-22 10:10:01 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 10:17:20 -0600 |
commit | 346217b95a4aac17a5c7ac05c00d1205fa1855c5 (patch) | |
tree | 6d7278bad4b1f17559bb10d7d7af2fd978650d37 /gn_auth | |
parent | 95d6de150568ab8694d56bb25718d261a1631924 (diff) | |
download | gn-auth-main.tar.gz |
Diffstat (limited to 'gn_auth')
-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 |