Skip to content

Commit

Permalink
Fix python linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
deadshot8086 committed Jan 16, 2024
1 parent f5c868b commit 961fd1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fuzz/scripts/fuzz_rz_asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import json
import os
import re
import sys
from binascii import hexlify
from concurrent.futures import ProcessPoolExecutor

Expand Down Expand Up @@ -178,6 +179,4 @@ def main():


if __name__ == "__main__":
import sys

sys.exit(main())

0 comments on commit 961fd1b

Please sign in to comment.