From 2f2505893b9290c6147ec439a275b98c70c11bc5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 23 Oct 2011 15:49:39 -0400 Subject: [PATCH] fix the 2to3 here, again --- lib/sqlalchemy/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py index e58313466a..af98dd8139 100644 --- a/lib/sqlalchemy/types.py +++ b/lib/sqlalchemy/types.py @@ -1584,7 +1584,7 @@ class _Binary(TypeEngine): @property def python_type(self): - #Py3K + # Py3K #return bytes # Py2K return str -- 2.47.3