summaryrefslogtreecommitdiff
path: root/simpleperf/scripts/debug_unwind_reporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/scripts/debug_unwind_reporter.py')
-rwxr-xr-xsimpleperf/scripts/debug_unwind_reporter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/simpleperf/scripts/debug_unwind_reporter.py b/simpleperf/scripts/debug_unwind_reporter.py
index 7a291b27..238c9acd 100755
--- a/simpleperf/scripts/debug_unwind_reporter.py
+++ b/simpleperf/scripts/debug_unwind_reporter.py
@@ -37,10 +37,9 @@ Below is an example using debug_unwind_reporter.py:
import argparse
from collections import Counter, defaultdict
-from collections.abc import Iterator
from simpleperf_utils import ArgParseFormatter
from texttable import Texttable
-from typing import List, Dict
+from typing import Dict, Iterator, List
class CallChainNode: