diff options
| author | Michael Estner <michaelestner@web.de> | 2025-02-25 19:34:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-27 15:12:55 +0000 |
| commit | e1836b205a2716e85f36346762805e2e505a5eb6 (patch) | |
| tree | 6564a413bf1e3e3e092884871d4cdf49f8cf72d8 /bitbake/lib/bb/runqueue.py | |
| parent | ff8898d10b75841061928da3facac506b281ed81 (diff) | |
| download | poky-e1836b205a2716e85f36346762805e2e505a5eb6.tar.gz | |
bitbake: lib: Remove double imports
* Remove double imports mentioned by pylint
(Bitbake rev: 741db6719efca5aa9ef2c15e60cdd624e4aa1a8d)
Signed-off-by: Michael Estner <michaelestner@web.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index ffb2d28494..ad4ce0b0e2 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -477,7 +477,6 @@ class RunQueueData: | |||
| 477 | self.runtaskentries = {} | 477 | self.runtaskentries = {} |
| 478 | 478 | ||
| 479 | def runq_depends_names(self, ids): | 479 | def runq_depends_names(self, ids): |
| 480 | import re | ||
| 481 | ret = [] | 480 | ret = [] |
| 482 | for id in ids: | 481 | for id in ids: |
| 483 | nam = os.path.basename(id) | 482 | nam = os.path.basename(id) |
