From: j00356287 Date: Sat, 25 Jul 2020 12:25:15 +0000 (+0800) Subject: Remove comment code lines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5475%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove comment code lines PyODBCConnector.initialize just super from Connector, no need to redeclare. --- diff --git a/lib/sqlalchemy/connectors/pyodbc.py b/lib/sqlalchemy/connectors/pyodbc.py index 57a1c54fb4..96ac0c1f1e 100644 --- a/lib/sqlalchemy/connectors/pyodbc.py +++ b/lib/sqlalchemy/connectors/pyodbc.py @@ -120,9 +120,6 @@ class PyODBCConnector(Connector): else: return False - # def initialize(self, connection): - # super(PyODBCConnector, self).initialize(connection) - def _dbapi_version(self): if not self.dbapi: return ()