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/integration/symlinks.py | |
parent | 402cc7af5464f34d29909148dfb0876e56f97124 (diff) | |
download | buildstream-29f8df922fabd350b535f3949cf138b193b409f3.tar.gz |
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/integration/symlinks.py')
-rw-r--r-- | tests/integration/symlinks.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration/symlinks.py b/tests/integration/symlinks.py index 8944c285d..1c2f3c2a7 100644 --- a/tests/integration/symlinks.py +++ b/tests/integration/symlinks.py @@ -1,11 +1,7 @@ import os -import shlex import pytest -from buildstream import _yaml - from buildstream.plugintestutils import cli_integration as cli -from buildstream.plugintestutils.integration import assert_contains from tests.testutils.site import HAVE_SANDBOX |