chore: Remove unused var

This commit is contained in:
Kelechi Nwachukwu 2023-11-26 21:31:57 -05:00
parent 74628e3282
commit 9f628da12a

View file

@ -275,7 +275,7 @@ def main():
action="store",
)
options, args = parser.parse_args()
options, _ = parser.parse_args()
def bailout():
parser.print_help()