Skip to content

Commit f4e9c3f

Browse files
committed
ignore
1 parent b89621c commit f4e9c3f

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/opensearch/stac_fastapi/opensearch

1 file changed

+1
-1
lines changed

stac_fastapi/opensearch/stac_fastapi/opensearch/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _es_config() -> Dict[str, Any]:
4444
return config
4545

4646
# Include SSL settings if using https
47-
config["ssl_version"] = ssl.PROTOCOL_SSLv23 # type: ignore
47+
config["ssl_version"] = ssl.PROTOCOL_SSLv23
4848
config["verify_certs"] = get_bool_env("ES_VERIFY_CERTS", default=True)
4949

5050
# Include CA Certificates if verifying certs

0 commit comments

Comments
 (0)