Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Mar 5, 2024
1 parent 6c5f0e7 commit ee875e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion boxoffice/views/item_collection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from flask import Markup, jsonify, render_template, request
from flask import jsonify, render_template, request
from markupsafe import Markup

from baseframe import localized_country_list
from coaster.utils import getbool
Expand Down
3 changes: 2 additions & 1 deletion boxoffice/views/login.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from flask import Markup, escape, flash, redirect
from flask import flash, redirect
from markupsafe import Markup, escape

from baseframe import _
from baseframe.forms import render_message
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ beartype
click
git+https://github.com/hasgeek/coaster#egg=coaster
Flask
git+https://github.com/flask-admin/flask-admin#egg=Flask-Admin
Flask-Admin
Flask-Assets
git+https://github.com/hasgeek/flask-lastuser#egg=Flask-Lastuser
Flask-Mail
Expand All @@ -17,7 +17,7 @@ isoweek
itsdangerous
jsmin
premailer
psycopg2-binary
psycopg-binary
python-dateutil
python-dotenv
pytz
Expand Down

0 comments on commit ee875e8

Please sign in to comment.