Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Aug 30, 2024
1 parent ad6ced9 commit 5fc887b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinecone/config/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def build(cls, api_key: str, host: Optional[str] = None, **kwargs):
openapi_config.ssl_ca_cert = certifi.where()
openapi_config.socket_options = cls._get_socket_options()
openapi_config.discard_unknown_keys = True

return openapi_config

@classmethod
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/data/test_bulk_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def test_no_arguments(self, mocker):

assert "missing 1 required positional argument" in str(e.value)


class TestDescribeImport:
def test_describe_import(self, mocker):
# body = """
Expand Down Expand Up @@ -123,4 +124,4 @@ def test_describe_import(self, mocker):
"integration": "s3",
"error_message": "",
"percent_complete": 43.2,
}
}

0 comments on commit 5fc887b

Please sign in to comment.