summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/import.py')
-rw-r--r--buildstream/plugins/elements/import.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/import.py b/buildstream/plugins/elements/import.py
index dfad178b5..747455d70 100644
--- a/buildstream/plugins/elements/import.py
+++ b/buildstream/plugins/elements/import.py
@@ -37,6 +37,7 @@ from buildstream import Element, BuildElement, ElementError
# Element implementation for the 'import' kind.
class ImportElement(BuildElement):
+ # pylint: disable=attribute-defined-outside-init
def configure(self, node):
self.source = self.node_subst_member(node, 'source')