Remove unused .cascading from unit test for __table_cls__ feature

Two independent gerrits for 04bbad660b
and ec1700ba29 produce a failure
when merged due to new warning.
will merge into rel_1_1 as well for completeness even though
warning is not there.

Change-Id: I1bd494d205107d8b2a30d475a22c61a59b70985b
This commit is contained in:
Mike Bayer
2017-09-28 13:05:56 -04:00
parent 21bf37f6e4
commit 21ff71b0eb
+1 -1
View File
@@ -1159,7 +1159,7 @@ class DeclarativeTest(DeclarativeTestBase):
from sqlalchemy.schema import Column, PrimaryKeyConstraint
class AutoTable(object):
@declared_attr.cascading
@declared_attr
def __tablename__(cls):
return cls.__name__