From 45e6e740ad54e736050156407d126f3e468193d2 Mon Sep 17 00:00:00 2001 From: flukx Date: Sun, 18 Aug 2024 17:56:23 +0200 Subject: [PATCH] make pylint happy --- flinventory_gui/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flinventory_gui/search.py b/flinventory_gui/search.py index a2c4a37..90c0e53 100644 --- a/flinventory_gui/search.py +++ b/flinventory_gui/search.py @@ -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()