On Sat, 20 Dec 2025 at 18:59, Heinrich Schuchardt <[email protected]> wrote: > > * Add module doc string > * Correct sequence of imports > * Correct long exceeding 100 characters > * Remove unused variables > * Remove module level invocation of check_flamegraph > * Add encoding to open() calls > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/py/tests/test_trace.py | 35 +++++++++++++++++------------------ > 1 file changed, 17 insertions(+), 18 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Thanks for the clean-up.

