[Toaster] [PATCH 7/9] toaster: remove unused import
Ed Bartosh
ed.bartosh at linux.intel.com
Thu Aug 6 03:15:13 PDT 2015
Fixed pylint warning:
Unused Build imported from orm.models (unused-import)
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
bitbake/lib/toaster/toastergui/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py
index 14a847d..a6b5c9b 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
from orm.models import Layer, Layer_Version
--
2.1.4
More information about the toaster
mailing list