We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419efc1 commit 4781057Copy full SHA for 4781057
1 file changed
example/__init__.py
@@ -24,7 +24,7 @@
24
config = confuse.LazyConfig("ConfuseExample", __name__)
25
26
27
-def main():
+def main() -> None:
28
parser = argparse.ArgumentParser(description="example Confuse program")
29
parser.add_argument(
30
"--library",
0 commit comments