Skip to content

Commit

Permalink
Fixed more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjanousekGSA committed Nov 26, 2024
1 parent c37fd5d commit 1931e43
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions app/main/views/index.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from flask import abort, current_app, jsonify, redirect, render_template, request, url_for

import os
import secrets
from urllib.parse import unquote

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

from app import status_api_client
Expand Down

0 comments on commit 1931e43

Please sign in to comment.