Skip to content

Commit

Permalink
Fix Python isort (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 7, 2025
1 parent da97cbf commit b814f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/admin/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List, Union

import yaml
from flask import Flask, redirect, render_template, request, session, url_for, Response
from flask import Flask, Response, redirect, render_template, request, session, url_for
from werkzeug.wrappers import Response as WerkzeugResponse

# Create an alias for the response type to handle both werkzeug and flask Response
Expand Down

0 comments on commit b814f14

Please sign in to comment.