diff options
| author | Frazer Clews <frazer.clews@codethink.co.uk> | 2020-01-16 16:55:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 13:31:05 +0000 |
| commit | 0ac5174c7d39a3e49893df0d517d47bec1935555 (patch) | |
| tree | 479496afb1da7814071e39e888e8926cd03bec57 /bitbake/lib/bb/event.py | |
| parent | 444bcb6cb6be8d5205fc88790360d864e633a555 (diff) | |
| download | poky-0ac5174c7d39a3e49893df0d517d47bec1935555.tar.gz | |
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>
Diffstat (limited to 'bitbake/lib/bb/event.py')
| -rw-r--r-- | bitbake/lib/bb/event.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index d44621edf4..42143e7407 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
| @@ -10,8 +10,7 @@ BitBake build tools. | |||
| 10 | # SPDX-License-Identifier: GPL-2.0-only | 10 | # SPDX-License-Identifier: GPL-2.0-only |
| 11 | # | 11 | # |
| 12 | 12 | ||
| 13 | import os, sys | 13 | import sys |
| 14 | import warnings | ||
| 15 | import pickle | 14 | import pickle |
| 16 | import logging | 15 | import logging |
| 17 | import atexit | 16 | import atexit |
