diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-01 09:10:13 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-03-01 19:05:30 +0000 |
commit | 29f8df922fabd350b535f3949cf138b193b409f3 (patch) | |
tree | bb3133310939227a78de0dab3da15520b8ef5d8e /tests/frontend/consistencyerror/plugins/consistencybug.py | |
parent | 402cc7af5464f34d29909148dfb0876e56f97124 (diff) | |
download | buildstream-remove-dead-code.tar.gz |
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/frontend/consistencyerror/plugins/consistencybug.py')
-rw-r--r-- | tests/frontend/consistencyerror/plugins/consistencybug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/consistencyerror/plugins/consistencybug.py b/tests/frontend/consistencyerror/plugins/consistencybug.py index 39eeaa852..3c6fb46f3 100644 --- a/tests/frontend/consistencyerror/plugins/consistencybug.py +++ b/tests/frontend/consistencyerror/plugins/consistencybug.py @@ -1,4 +1,4 @@ -from buildstream import Source, SourceError, Consistency +from buildstream import Source class ConsistencyBugSource(Source): |