summaryrefslogtreecommitdiff
path: root/tests/data/clientmodule_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/clientmodule_test.py')
-rw-r--r--tests/data/clientmodule_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/clientmodule_test.py b/tests/data/clientmodule_test.py
index 35c39684b..7f7c83f46 100644
--- a/tests/data/clientmodule_test.py
+++ b/tests/data/clientmodule_test.py
@@ -3,7 +3,6 @@ from data.suppliermodule_test import Interface, DoNothing, DoNothing2
class Ancestor:
""" Ancestor method """
- __implements__ = (Interface,)
cls_member = DoNothing()
def __init__(self, value):