Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir committed Oct 12, 2023
1 parent 4eab947 commit f61ac36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odd_collector/adapters/opensearch/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def __init__(self, config: OpensearchPlugin):
username, password = config.username, config.password.get_secret_value()
auth = (username, password)


self._os = OpenSearch(
hosts=[f"{config.host}:{config.port}"],
http_auth=auth,
Expand Down

0 comments on commit f61ac36

Please sign in to comment.