diff options
Diffstat (limited to 'bitbake/lib/layerindexlib/cooker.py')
-rw-r--r-- | bitbake/lib/layerindexlib/cooker.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/layerindexlib/cooker.py b/bitbake/lib/layerindexlib/cooker.py index 604a9611dd..4ce397d884 100644 --- a/bitbake/lib/layerindexlib/cooker.py +++ b/bitbake/lib/layerindexlib/cooker.py | |||
@@ -4,9 +4,8 @@ | |||
4 | # | 4 | # |
5 | 5 | ||
6 | import logging | 6 | import logging |
7 | import json | ||
8 | 7 | ||
9 | from collections import OrderedDict, defaultdict | 8 | from collections import defaultdict |
10 | 9 | ||
11 | from urllib.parse import unquote, urlparse | 10 | from urllib.parse import unquote, urlparse |
12 | 11 | ||