Skip to content

Commit

Permalink
fix typing for click
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Nov 18, 2024
1 parent 1cc805a commit 2629b60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from annotated_types import Len
from cachecontrol import CacheControl
from cachecontrol.caches.file_cache import FileCache
from chatnoir_api.model import Index
from click import (
argument,
confirm,
Expand Down Expand Up @@ -277,7 +276,7 @@ def convert_topics_csv_to_xml(
)
@option(
"--retrieval-index",
type=Index,
type=str,
default="msmarco-passage-v2.1",
help="The ChatNoir index to retrieve from.",
)
Expand Down

0 comments on commit 2629b60

Please sign in to comment.