mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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:
committed by
Richard Purdie
parent
444bcb6cb6
commit
0ac5174c7d
@@ -12,14 +12,12 @@ Handles preparation and execution of a queue of tasks
|
||||
import copy
|
||||
import os
|
||||
import sys
|
||||
import signal
|
||||
import stat
|
||||
import fcntl
|
||||
import errno
|
||||
import logging
|
||||
import re
|
||||
import bb
|
||||
from bb import msg, data, event
|
||||
from bb import msg, event
|
||||
from bb import monitordisk
|
||||
import subprocess
|
||||
import pickle
|
||||
|
||||
Reference in New Issue
Block a user