Skip to content

Commit

Permalink
Backport typing
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Jul 3, 2024
1 parent fa1b8c3 commit 871e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray_elasticsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ElasticsearchDatasource(Datasource):
def __init__(
self,
index: str,
query: Mapping[str, Any] | None = None,
query: Optional[Mapping[str, Any]] = None,
keep_alive: str = "5m",
chunk_size: int = 1000,
client_kwargs: dict[str, Any] = {},
Expand Down

0 comments on commit 871e9b1

Please sign in to comment.