Remove comment.

This commit is contained in:
Ryan Leckey
2014-10-30 13:39:02 -07:00
parent ce4a9bba18
commit 63c4b331db

View File

@@ -182,7 +182,7 @@ class EncryptedType(TypeDecorator, ScalarCoercible):
engine.dispose()
"""
impl = Binary # CHANGE!
impl = Binary
def __init__(self, type_in=None, key=None, engine=None, **kwargs):
"""Initialization."""