From 346217b95a4aac17a5c7ac05c00d1205fa1855c5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 22 Nov 2024 10:10:01 -0600 Subject: Remove imports that are no longer used. --- gn_auth/wsgi.py | 3 --- 1 file changed, 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 -- cgit v1.2.3