summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tests.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-08-10 18:27:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-10 13:58:01 -0700
commit8ee14d59ed27498cf92f1b6527d3c0379245bd57 (patch)
treea7b146b6cae0e37aa8a9df36aec4ec338000f92d /bitbake/lib/toaster/toastergui/tests.py
parent91fea094ab49eea371936c27b2056a58b959f4cf (diff)
downloadpoky-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/toaster/toastergui/tests.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tests.py2
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 @@
1from django.test import TestCase 1from django.test import TestCase
2from django.core.urlresolvers import reverse 2from django.core.urlresolvers import reverse
3from orm.models import Project, Release, BitbakeVersion, Build 3from orm.models import Project, Release, BitbakeVersion
4from orm.models import ReleaseLayerSourcePriority, LayerSource, Layer 4from orm.models import ReleaseLayerSourcePriority, LayerSource, Layer
5from orm.models import Layer_Version, Recipe, Machine, ProjectLayer 5from orm.models import Layer_Version, Recipe, Machine, ProjectLayer
6import json 6import json