Skip to content

Commit c875d40

Browse files
committed
fix: the third fix
1 parent 5aca223 commit c875d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helloworld/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import click
22
from helloworld.cli.say import say_command
33

4-
# minor fix 2
4+
# minor fix 3
55
@click.group(
66
help="HelloWorld",
77
context_settings={"help_option_names": ["-h", "--help"]},

0 commit comments

Comments
 (0)