Skip to content

Commit 4781057

Browse files
committed
Fix types in examples
1 parent 419efc1 commit 4781057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
config = confuse.LazyConfig("ConfuseExample", __name__)
2525

2626

27-
def main():
27+
def main() -> None:
2828
parser = argparse.ArgumentParser(description="example Confuse program")
2929
parser.add_argument(
3030
"--library",

0 commit comments

Comments
 (0)