Skip to content

Commit d29ba71

Browse files
Merge pull request #20 from daniel-makerx/bug-fix3
fix: the third fix
2 parents 5aca223 + c875d40 commit d29ba71

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)