aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
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
parent91fea094ab49eea371936c27b2056a58b959f4cf (diff)
downloadopenembedded-core-contrib-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')
-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 @@
from django.test import TestCase
from django.core.urlresolvers import reverse
-from orm.models import Project, Release, BitbakeVersion, Build
+from orm.models import Project, Release, BitbakeVersion
from orm.models import ReleaseLayerSourcePriority, LayerSource, Layer
from orm.models import Layer_Version, Recipe, Machine, ProjectLayer
import json