From 1a3f424c864d1bbf782db20d0840895c8ae0f35d Mon Sep 17 00:00:00 2001 From: Brad Allen Date: Sat, 20 Mar 2010 22:01:12 -0600 Subject: [PATCH] whitespace tweaks --- lib/sqlalchemy/connectors/mxodbc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 78a1719c10..4476ffd789 100644 --- a/lib/sqlalchemy/connectors/mxodbc.py +++ b/lib/sqlalchemy/connectors/mxodbc.py @@ -65,10 +65,9 @@ class MxODBCConnector(Connector): return connect def _error_handler(self): - """Return a handler that adjusts mxODBC's raised Warnings to + """ Return a handler that adjusts mxODBC's raised Warnings to emit Python standard warnings. """ - from mx.ODBC.Error import Warning as MxOdbcWarning def error_handler(connection, cursor, errorclass, errorvalue): -- 2.47.3