Skip to content

Commit

Permalink
add ImmutableMultiDict back to views.py (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott authored Oct 8, 2016
1 parent f70d301 commit 9012b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caravel/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

from sqlalchemy import create_engine
from werkzeug.routing import BaseConverter
from werkzeug.datastructures import ImmutableMultiDict
from wtforms.validators import ValidationError

import caravel
Expand Down

0 comments on commit 9012b11

Please sign in to comment.