summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-function.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-Python-function.tmpl')
-rw-r--r--giscanner/mallard-Python-function.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/giscanner/mallard-Python-function.tmpl b/giscanner/mallard-Python-function.tmpl
index ceddea62..c9bdf8f5 100644
--- a/giscanner/mallard-Python-function.tmpl
+++ b/giscanner/mallard-Python-function.tmpl
@@ -55,9 +55,6 @@ ${formatter.format_type(arg.type) | x}\
% endif
@returns(${formatter.format_type(node.retval.type) | x})
def \
-% if node.parent is not None:
-${namespace.name}.${node.parent.name}.\
-% endif
${node.name}(\
% for arg, ix in zip(node.parameters, range(len(node.parameters))):
${arg.argname}\