diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2018-10-24 10:29:02 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2018-10-25 15:43:52 +0100 |
commit | 70000b0d45cea222023753cab5d66651fdc78a29 (patch) | |
tree | 9c559862f4da588391af00c34295ebda4cdb3523 /buildstream | |
parent | 77b1506fcc077e6209a7f0195b38f4b758aae92a (diff) | |
download | buildstream-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>
Diffstat (limited to 'buildstream')
-rw-r--r-- | buildstream/_platform/linux.py | 1 |
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 |