summaryrefslogtreecommitdiff
path: root/tests/internals/pluginloading/customsource/pluginsources/foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/pluginloading/customsource/pluginsources/foo.py')
-rw-r--r--tests/internals/pluginloading/customsource/pluginsources/foo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/internals/pluginloading/customsource/pluginsources/foo.py b/tests/internals/pluginloading/customsource/pluginsources/foo.py
index d2b0d9c6d..8dd16801c 100644
--- a/tests/internals/pluginloading/customsource/pluginsources/foo.py
+++ b/tests/internals/pluginloading/customsource/pluginsources/foo.py
@@ -9,6 +9,9 @@ class FooSource(Source):
def configure(self, node):
pass
+ def get_unique_key(self):
+ pass
+
def get_consistency(self):
return Consistency.INCONSISTENT