summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-16 18:33:52 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-26 14:54:05 -0500
commitee0d5bf60e663387ec284a774c740e115d434c6a (patch)
tree461ac845f51a301c016d79b05030a62ad7b2edbc
parent4d54ab7865414ed9d9b2afa66dca081186323f42 (diff)
downloadbuildstream-ee0d5bf60e663387ec284a774c740e115d434c6a.tar.gz
_frontend/widget.py: Fixing new (wrong-import-order) linter error
-rw-r--r--buildstream/_frontend/widget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py
index c0c45cec6..a9e5eeafb 100644
--- a/buildstream/_frontend/widget.py
+++ b/buildstream/_frontend/widget.py
@@ -23,8 +23,8 @@ from contextlib import ExitStack
from mmap import mmap
import re
import textwrap
-import click
from ruamel import yaml
+import click
from . import Profile
from .. import Element, Consistency