From 7674f6a137541072bfe60a77502d67698b47b703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Nurlu?= Date: Tue, 5 Dec 2017 16:09:39 +0000 Subject: Remove unused imports --- buildstream/_frontend/widget.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'buildstream/_frontend/widget.py') diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py index 1d7a5ecc8..ccda68b6b 100644 --- a/buildstream/_frontend/widget.py +++ b/buildstream/_frontend/widget.py @@ -17,22 +17,22 @@ # # Authors: # Tristan Van Berkom -import os -import click -import subprocess import datetime -import pkg_resources +import os from collections import OrderedDict from contextlib import ExitStack -from ruamel import yaml from mmap import mmap -from .. import utils, _yaml -from ..plugin import _plugin_lookup -from .._message import MessageType -from .._exceptions import ImplError -from .. import Element, Scope, Consistency +import click +import pkg_resources +from ruamel import yaml + from . import Profile +from .. import Element, Scope, Consistency +from .. import _yaml +from .._exceptions import ImplError +from .._message import MessageType +from ..plugin import _plugin_lookup # Widget() -- cgit v1.2.1