diff options
Diffstat (limited to 'test/orm/test_events.py')
-rw-r--r-- | test/orm/test_events.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_events.py b/test/orm/test_events.py index 62395b137..46974c72e 100644 --- a/test/orm/test_events.py +++ b/test/orm/test_events.py @@ -565,7 +565,6 @@ class MapperEventsTest(_RemoveListeners, _fixtures.FixtureTest): canary.mock_calls, ) - class DeclarativeEventListenTest( _RemoveListeners, fixtures.DeclarativeMappedTest ): |