]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Address attr.py mypy error
authorIan Rogers <irogers@google.com>
Tue, 11 Mar 2025 21:36:27 +0000 (14:36 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 24 Mar 2025 16:38:20 +0000 (09:38 -0700)
commit21944462d5a90e1b87637a5f2fa3f5d76bbc042b
tree3d3776ad0353bc3be238e836aaf6a0686f907e5b
parent8a54784e708b51c1dcead1471bbee5fb31ae92cc
perf test: Address attr.py mypy error

ConfigParser existed in python2 but not in python3 causing mypy to
fail.
Whilst removing a python2 workaround remove reference to __future__.

Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250311213628.569562-6-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/lib/attr.py