Skip to content

Commit

Permalink
Fix serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Jul 3, 2024
1 parent ee07c82 commit 908b703
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 @@ -64,7 +64,7 @@ def __init__(
self._chunk_size = chunk_size
self._client_kwargs = client_kwargs

@cached_property
@property
def _elasticsearch(self) -> Elasticsearch:
return Elasticsearch(**self._client_kwargs)

Expand Down

0 comments on commit 908b703

Please sign in to comment.