Skip to content

Commit

Permalink
fixed multidict import path (datacommonsorg#4778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnoble authored Dec 9, 2024
1 parent 093cd4e commit 665f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/place/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from flask import current_app
from flask import g
from flask_babel import gettext
from multidict import MultiDict
from werkzeug.datastructures import MultiDict

from server.lib.cache import cache
from server.lib.config import GLOBAL_CONFIG_BUCKET
Expand Down

0 comments on commit 665f47b

Please sign in to comment.