bitbake: lib: remove unused imports

removed unused imports which made the code harder to read, and slightly
but less efficient

(Bitbake rev: 4367692a932ac135c5aa4f9f2a4e4f0150f76697)

Signed-off-by: Frazer Clews <frazer.clews@codethink.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Frazer Clews
2020-01-16 16:55:18 +00:00
committed by Richard Purdie
parent 444bcb6cb6
commit 0ac5174c7d
72 changed files with 36 additions and 202 deletions

View File

@@ -5,7 +5,6 @@
#
import unittest
import tempfile
import os
import bb, bb.cooker
import re

View File

@@ -7,7 +7,7 @@
#
import unittest
import os
class COWTestCase(unittest.TestCase):
"""

View File

@@ -9,7 +9,6 @@
import unittest
import hashlib
import tempfile
import subprocess
import collections
import os
from bb.fetch2 import URI

View File

@@ -7,7 +7,6 @@
#
import unittest
import bb
import os
import tempfile
import subprocess