summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/tests/test_config/test_derivations.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/tests/test_config/test_derivations.py b/pyramid/tests/test_config/test_derivations.py
index 3d16856f6..319f03414 100644
--- a/pyramid/tests/test_config/test_derivations.py
+++ b/pyramid/tests/test_config/test_derivations.py
@@ -136,8 +136,6 @@ class TestDeriveView(unittest.TestCase):
pass
def theviewmethod(self):
return None
- def __call__(self):
- return None
result = self.config.derive_view(AView)
self.assertFalse(result is AView)
try: