diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-04 17:44:51 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-04 17:44:51 +0900 |
commit | 755e7c8a593417a28641d2cc09bb709a03676783 (patch) | |
tree | 69053a7cab13f069a355e1a39eb0819d5cd6cc62 /tests | |
parent | e0c098dfaff8ddcef05e765979988bdf76b4cef1 (diff) | |
download | buildstream-755e7c8a593417a28641d2cc09bb709a03676783.tar.gz |
tests/sources/local.py: Remove one line of deadcode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sources/local.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sources/local.py b/tests/sources/local.py index c01f270d3..4336c62ec 100644 --- a/tests/sources/local.py +++ b/tests/sources/local.py @@ -1,7 +1,6 @@ import os import pytest -from buildstream._pipeline import PipelineError from buildstream import SourceError from tests.testutils import cli |