summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-24 10:29:02 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 15:43:52 +0100
commit70000b0d45cea222023753cab5d66651fdc78a29 (patch)
tree9c559862f4da588391af00c34295ebda4cdb3523
parent77b1506fcc077e6209a7f0195b38f4b758aae92a (diff)
downloadbuildstream-70000b0d45cea222023753cab5d66651fdc78a29.tar.gz
_platform/linux.py: Remove unused imports
The imports of `Message` and `MessageType` were unused. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-rw-r--r--buildstream/_platform/linux.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_platform/linux.py b/buildstream/_platform/linux.py
index 09db19f2d..d3be221a7 100644
--- a/buildstream/_platform/linux.py
+++ b/buildstream/_platform/linux.py
@@ -22,7 +22,6 @@ import subprocess
from .. import _site
from .. import utils
-from .._message import Message, MessageType
from ..sandbox import SandboxDummy
from . import Platform