Skip to content

Commit

Permalink
Fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Dec 3, 2024
1 parent 5419108 commit b2d5c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/openapi_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
file_type,
none_type,
)
from .rest import Urllib3RestClient, RESTResponse
from .rest import RESTClientObject, RESTResponse
from .constants import OPENAPI_ENDPOINT_PARAMS

from datetime import date, datetime # noqa: F401
Expand Down

0 comments on commit b2d5c69

Please sign in to comment.