Fixed incorrect import

This commit is contained in:
pydeepak
2018-11-27 08:42:28 +05:30
parent 10d781c570
commit 047bd4e7cc

View File

@@ -46,7 +46,7 @@ class JSONDict(TypeDecorator):
"""
impl = types.LargeBinary
impl = LargeBinary
def process_bind_param(self, value, dialect):
if value is not None: