Skip to content

Commit

Permalink
More werkzeug 1.0 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Feb 7, 2020
1 parent 6257baa commit 0589167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sqla-custom-inline-forms/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import os.path as op

from werkzeug import secure_filename
from werkzeug.utils import secure_filename
from sqlalchemy import event

from flask import Flask, request, render_template
Expand Down
2 changes: 1 addition & 1 deletion flask_admin/contrib/fileadmin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from operator import itemgetter

from flask import flash, redirect, abort, request, send_file
from werkzeug import secure_filename
from werkzeug.utils import secure_filename
from wtforms import fields, validators

from flask_admin import form, helpers
Expand Down

0 comments on commit 0589167

Please sign in to comment.