diff options
Diffstat (limited to 'lib/sqlalchemy/engine/reflection.py')
| -rw-r--r-- | lib/sqlalchemy/engine/reflection.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/sqlalchemy/engine/reflection.py b/lib/sqlalchemy/engine/reflection.py index e1b06a314..92c243de3 100644 --- a/lib/sqlalchemy/engine/reflection.py +++ b/lib/sqlalchemy/engine/reflection.py @@ -681,17 +681,6 @@ class Inspector: conn, table_name, schema, info_cache=self.info_cache, **kw ) - @util.deprecated_20( - ":meth:`_reflection.Inspector.reflecttable`", - "The :meth:`_reflection.Inspector.reflecttable` " - "method was renamed to " - ":meth:`_reflection.Inspector.reflect_table`. This deprecated alias " - "will be removed in a future release.", - ) - def reflecttable(self, *args, **kwargs): - "See reflect_table. This method name is deprecated" - return self.reflect_table(*args, **kwargs) - def reflect_table( self, table, |
