Skip to content

Commit

Permalink
Add necessary import (#51)
Browse files Browse the repository at this point in the history
* Add necessary import

* version
  • Loading branch information
rachellim committed Dec 4, 2021
1 parent f4f6f90 commit 88bbe08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openai/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import signal
import sys
import warnings
from typing import Optional

import requests

Expand Down
2 changes: 1 addition & 1 deletion openai/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.11.2"
VERSION = "0.11.3"

0 comments on commit 88bbe08

Please sign in to comment.