Skip to content

Commit aa546ad

Browse files
committed
Clarify why cli method does nothing
1 parent 01f0550 commit aa546ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def wrapper(*args, **kwargs):
108108
"max_content_width": 100,
109109
}
110110
)
111-
def cli():
111+
def cli(): # Does nothing because used as a group for other subcommands (pull, push, etc.)
112112
"""Humanloop CLI for managing sync operations."""
113113
pass
114114

0 commit comments

Comments
 (0)