summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings/project
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-01 09:10:13 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-01 19:05:30 +0000
commit29f8df922fabd350b535f3949cf138b193b409f3 (patch)
treebb3133310939227a78de0dab3da15520b8ef5d8e /tests/plugins/deprecationwarnings/project
parent402cc7af5464f34d29909148dfb0876e56f97124 (diff)
downloadbuildstream-remove-dead-code.tar.gz
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/plugins/deprecationwarnings/project')
-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):