Skip to content

Commit 9d3048f

Browse files
author
Jacob Mages-Haskins
committed
AIML-150 Cleanup
1 parent 8104efb commit 9d3048f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/git_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,5 +1229,3 @@ def create_claude_pr(title: str, body: str, base_branch: str, head_branch: str)
12291229
debug_log(f"Temporary PR body file {temp_file_path} removed.")
12301230
except OSError as e:
12311231
log(f"Could not remove temporary file {temp_file_path}: {e}", is_error=True)
1232-
1233-
# %%

0 commit comments

Comments
 (0)