Skip to content

Commit

Permalink
ruff fix for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavsinghvi11 committed Sep 23, 2024
1 parent 7d65f2a commit 64e9177
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/longformqa/longformqa_assertions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import openai\n",
"openai.api_key = os.getenv('OPENAI_API_KEY')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/quiz/quiz_assertions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import openai\n",
"openai.api_key = os.getenv('OPENAI_API_KEY')"
]
Expand Down
1 change: 0 additions & 1 deletion examples/tweets/tweets_assertions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import openai\n",
"openai.api_key = os.getenv('OPENAI_API_KEY')"
]
Expand Down

0 comments on commit 64e9177

Please sign in to comment.