aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/a_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/a_helper.py')
-rw-r--r--test/scripts/a_helper.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/scripts/a_helper.py b/test/scripts/a_helper.py
deleted file mode 100644
index e1f1c649..00000000
--- a/test/scripts/a_helper.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import argparse
-
-parser = argparse.ArgumentParser()
-parser.add_argument('--var', type=int)