Skip to content

Commit f42900a

Browse files
committed
fix with ruff command
1 parent 66a5688 commit f42900a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/analyze_riscv_elf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import sys
3737
from collections import Counter
3838

39+
3940
def disassemble_elf(elf_path):
4041
try:
4142
result = subprocess.run(

0 commit comments

Comments
 (0)