Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
The import "from werkzeug import ImmutableDict" is deprecated.
  • Loading branch information
vzarskus authored Feb 10, 2020
1 parent bb58128 commit a57d2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_babelplus/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:copyright: (c) 2013 by Armin Ronacher, Daniel Neuhäuser and contributors.
:license: BSD, see LICENSE for more details.
"""
from werkzeug import ImmutableDict
from werkzeug.datastructures import ImmutableDict

DEFAULT_LOCALE = "en"
DEFAULT_TIMEZONE = "UTC"
Expand Down

0 comments on commit a57d2cd

Please sign in to comment.