Skip to content

Commit

Permalink
test/fuzz: fix pylint on fuzz_rz_asm.py (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc authored Oct 16, 2023
1 parent 0a3e49b commit 25f6e9d
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 25f6e9d

Please sign in to comment.