diff options
Diffstat (limited to 'test/sql/test_inspect.py')
-rw-r--r-- | test/sql/test_inspect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_inspect.py b/test/sql/test_inspect.py index 60267542a..7178bc58a 100644 --- a/test/sql/test_inspect.py +++ b/test/sql/test_inspect.py @@ -41,4 +41,3 @@ class TestCoreInspection(fixtures.TestBase): x = Column('foo', Integer) assert not hasattr(x, '__clause_element__') - |