Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hill authored and Sam Hill committed Dec 13, 2022
1 parent 6680dfa commit f90d93c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions review.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import requests
import json
import subprocess

import openai


Expand All @@ -20,7 +19,6 @@ def get_review():
"authorization": f"Bearer {ACCESS_TOKEN}"
}


intro = f"\n Here is a pull request. Please assume you are a reviewer of this PR. First I will tell you the title and body of the PR. \n"
pr_title = f"The title is {PR_TITLE}.\n"
pr_body = f"The body is {PR_BODY}.\n"
Expand Down

0 comments on commit f90d93c

Please sign in to comment.