diff --git a/integrations/pinecone/tests/test_filters.py b/integrations/pinecone/tests/test_filters.py index d4164c233..dc3df89d3 100644 --- a/integrations/pinecone/tests/test_filters.py +++ b/integrations/pinecone/tests/test_filters.py @@ -75,5 +75,7 @@ def test_not_operator(self, document_store, filterable_docs): ... @pytest.mark.skip(reason="Pinecone does not include null values in the result of the $ne operator") def test_comparison_not_equal(self, document_store, filterable_docs): ... - @pytest.mark.skip(reason="Pinecone has inconsistent behavior with respect to other Document Stores with the $or operator") - def test_or_operator(self, document_store, filterable_docs): ... \ No newline at end of file + @pytest.mark.skip( + reason="Pinecone has inconsistent behavior with respect to other Document Stores with the $or operator" + ) + def test_or_operator(self, document_store, filterable_docs): ...