Skip to content

Commit

Permalink
Remove type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Feb 23, 2024
1 parent fdede21 commit ab5ec26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def test_rerank() -> None:
response = co.rerank(
model='rerank-english-v2.0',
query='What is the capital of the United States?',
# Fern are working on fixing this type issue
documents=docs, # type: ignore
documents=docs,
top_n=3,
)

Expand Down

0 comments on commit ab5ec26

Please sign in to comment.