Skip to content

Commit

Permalink
Cleaning up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjanousekGSA committed Nov 25, 2024
1 parent c941e14 commit 1763e75
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/main/views/index.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import os
import secrets
from urllib.parse import unquote

from flask import abort, current_app, redirect, render_template, request, url_for
from flask_login import current_user

from app import redis_client, status_api_client
from app import status_api_client
from app.formatters import apply_html_class, convert_markdown_template
from app.main import main
from app.main.views.pricing import CURRENT_SMS_RATE
Expand All @@ -16,8 +12,6 @@
using_notify_nav,
)
from app.utils.user import user_is_logged_in
from notifications_utils.url_safe_token import generate_token


# Hook to check for feature flags
@main.before_request
Expand Down

0 comments on commit 1763e75

Please sign in to comment.