summaryrefslogtreecommitdiff
path: root/poky/scripts/lib/build_perf/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/lib/build_perf/report.py')
-rw-r--r--poky/scripts/lib/build_perf/report.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/poky/scripts/lib/build_perf/report.py b/poky/scripts/lib/build_perf/report.py
index 4e8e2a8a9..ab77424cc 100644
--- a/poky/scripts/lib/build_perf/report.py
+++ b/poky/scripts/lib/build_perf/report.py
@@ -4,7 +4,8 @@
# SPDX-License-Identifier: GPL-2.0-only
#
"""Handling of build perf test reports"""
-from collections import OrderedDict, Mapping, namedtuple
+from collections import OrderedDict, namedtuple
+from collections.abc import Mapping
from datetime import datetime, timezone
from numbers import Number
from statistics import mean, stdev, variance