diff --git a/bin/analyze_riscv_elf.py b/bin/analyze_riscv_elf.py index fa0a26b94..a5a9ce2e1 100755 --- a/bin/analyze_riscv_elf.py +++ b/bin/analyze_riscv_elf.py @@ -31,10 +31,10 @@ ## and limitations under the License. ################################################################################################ -from collections import Counter +import re import subprocess import sys -import re +from collections import Counter def disassemble_elf(elf_path): try: