diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-08-10 18:27:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 13:58:01 -0700 |
commit | 8ee14d59ed27498cf92f1b6527d3c0379245bd57 (patch) | |
tree | a7b146b6cae0e37aa8a9df36aec4ec338000f92d /bitbake/lib | |
parent | 91fea094ab49eea371936c27b2056a58b959f4cf (diff) | |
download | poky-8ee14d59ed27498cf92f1b6527d3c0379245bd57.tar.gz |
bitbake: toaster: remove unused import
Fixed pylint warning:
Unused Build imported from orm.models (unused-import)
(Bitbake rev: 30585f7e37966e827861c25a0cc3bf9e3bd2f667)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py index 9755a882e1..624ab7cad9 100644 --- a/bitbake/lib/toaster/toastergui/tests.py +++ b/bitbake/lib/toaster/toastergui/tests.py | |||
@@ -1,6 +1,6 @@ | |||
1 | from django.test import TestCase | 1 | from django.test import TestCase |
2 | from django.core.urlresolvers import reverse | 2 | from django.core.urlresolvers import reverse |
3 | from orm.models import Project, Release, BitbakeVersion, Build | 3 | from orm.models import Project, Release, BitbakeVersion |
4 | from orm.models import ReleaseLayerSourcePriority, LayerSource, Layer | 4 | from orm.models import ReleaseLayerSourcePriority, LayerSource, Layer |
5 | from orm.models import Layer_Version, Recipe, Machine, ProjectLayer | 5 | from orm.models import Layer_Version, Recipe, Machine, ProjectLayer |
6 | import json | 6 | import json |