From: Ross Burton <ross.bur...@arm.com> Signed-off-by: Ross Burton <ross.bur...@arm.com> --- scripts/abint/abint.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/scripts/abint/abint.py b/scripts/abint/abint.py index f4cb8b29..d4fbed7e 100755 --- a/scripts/abint/abint.py +++ b/scripts/abint/abint.py @@ -1,14 +1,15 @@ #! /usr/bin/env python3 -import re import collections -from pprint import pprint -import bugzilla -import pickle -import requests import dataclasses -import arrow import logging +import pickle +import pprint +import re + +import arrow +import bugzilla +import requests MOCK = False # logging.basicConfig(level=logging.DEBUG) @@ -83,7 +84,7 @@ def get_data(): for bug in bugs ] - pprint(bugs) + pprint.pprint(bugs) print(f"Found {len(bugs)} AB-INT bugs") comments_data = bz.get_comments([bug.id for bug in bugs])["bugs"] -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62695): https://lists.yoctoproject.org/g/yocto/message/62695 Mute This Topic: https://lists.yoctoproject.org/mt/104791155/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-