Skip to content

Commit

Permalink
Apply pre-commit hook formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikranth3140 committed Jun 18, 2024
1 parent 5824ffb commit 30d9f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt_engineer/applications/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def get_installed_packages():
def format_installed_packages(packages):
return "\n".join([f"{name}: {version}" for name, version in packages.items()])


@app.command(
help="""
GPT-engineer lets you:
Expand Down

0 comments on commit 30d9f5b

Please sign in to comment.