make pylint happy

This commit is contained in:
flukx 2024-08-18 17:56:23 +02:00
parent b89f441c16
commit 45e6e740ad

View file

@ -17,6 +17,7 @@ import part_list_io
gl_options: argparse.Namespace
gl_parts: list[Part] = []
def get_options() -> argparse.Namespace:
"""Abuse argparse for collecting file names."""
parser = argparse.ArgumentParser()