summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py')
-rw-r--r--tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py b/tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py
index a8e39562a..1badf59af 100644
--- a/tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py
+++ b/tests/plugins/deprecationwarnings/project/plugins/elements/deprecated_plugin.py
@@ -1,4 +1,4 @@
-from buildstream import BuildElement, SandboxFlags
+from buildstream import BuildElement
class DeprecatedPlugin(BuildElement):