Skip to content

Commit

Permalink
Remove unnecessary whitespace in _cli.py
Browse files Browse the repository at this point in the history
- Removed an unnecessary whitespace line in the _cli.py file.
  • Loading branch information
yangbobo2021 authored and basicthinker committed Jul 1, 2023
1 parent a5e74e3 commit 86ba169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devchat/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def init_dir() -> Tuple[dict, str]:
help='Add one or more files to the prompt as a context.')
@click.option('-m', '--model', help='Specify the model to temporarily use for the prompt '
'(prefer to modify .chat/config.json).')
@click.option('--functions', type=click.Path(exists=True),
@click.option('--functions', type=click.Path(exists=True),
help='Path to a JSON file with functions for the prompt.')
def prompt(content: Optional[str], parent: Optional[str], reference: Optional[List[str]],
instruct: Optional[List[str]], context: Optional[List[str]],
Expand Down

0 comments on commit 86ba169

Please sign in to comment.