Skip to content

Commit

Permalink
Refactor line to comply with PEP8 line length requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AI Developer committed Dec 27, 2023
1 parent 7955b93 commit e7b2ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ai_developer/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ def make_pull_request(sandbox: Sandbox, args: Dict[str, Any]) -> str:
title = args["title"]

# Inform the user which pull request is being made
print_sandbox_action(
print_sandbox_action("Committing changes with message", commit_message)

"Creating a pull request",
f"From '{new_branch_name}' to '{base_branch}' with title '{title}'"
)
Expand Down

0 comments on commit e7b2ffa

Please sign in to comment.