silence pyflakes until we use the parser
This commit is contained in:
parent
d33caaf419
commit
21c23d1152
@ -33,6 +33,8 @@ def main():
|
||||
sys.exit(0)
|
||||
|
||||
parser = argparse.ArgumentParser(description="Intelligently reduce test case")
|
||||
if parser:
|
||||
pass
|
||||
|
||||
args = sys.argv
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user