summaryrefslogtreecommitdiff
path: root/buildstream/element.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-03-25 11:46:04 +0200
committerJürg Billeter <j@bitron.ch>2018-03-25 12:12:02 +0200
commitc9701cdfe6171804218511fbfec6a59b6c595648 (patch)
tree98ce408687960e8cec511fe441d90c58be40515e /buildstream/element.py
parentfa25a6a2a759fa8fbecad75308920b8be883caaa (diff)
downloadbuildstream-c9701cdfe6171804218511fbfec6a59b6c595648.tar.gz
Remove unused imports
Diffstat (limited to 'buildstream/element.py')
-rw-r--r--buildstream/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index e0cefbbe2..8532f995c 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -37,7 +37,7 @@ from . import _yaml
from ._variables import Variables
from ._exceptions import BstError, LoadError, LoadErrorReason, ImplError, ErrorDomain
from . import Plugin, Consistency
-from . import Sandbox, SandboxFlags
+from . import SandboxFlags
from . import utils
from . import _cachekey
from . import _signals