make pylint happy
This commit is contained in:
parent
b89f441c16
commit
45e6e740ad
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue