diff --git a/review.py b/review.py index da98098..32ae2a7 100644 --- a/review.py +++ b/review.py @@ -2,7 +2,6 @@ import requests import json import subprocess - import openai @@ -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"