diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/build_perf/report.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/build_perf/report.py b/scripts/lib/build_perf/report.py index 4e8e2a8a93..ab77424cc7 100644 --- a/scripts/lib/build_perf/report.py +++ b/scripts/lib/build_perf/report.py | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | # SPDX-License-Identifier: GPL-2.0-only | 4 | # SPDX-License-Identifier: GPL-2.0-only |
| 5 | # | 5 | # |
| 6 | """Handling of build perf test reports""" | 6 | """Handling of build perf test reports""" |
| 7 | from collections import OrderedDict, Mapping, namedtuple | 7 | from collections import OrderedDict, namedtuple |
| 8 | from collections.abc import Mapping | ||
| 8 | from datetime import datetime, timezone | 9 | from datetime import datetime, timezone |
| 9 | from numbers import Number | 10 | from numbers import Number |
| 10 | from statistics import mean, stdev, variance | 11 | from statistics import mean, stdev, variance |
