Skip to content

Commit 5daf36f

Browse files
committed
Sonar analysis
1 parent 885db7c commit 5daf36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py_src/fusion/embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def __init__( # noqa: PLR0912, PLR0913, PLR0915
580580
ssl_context = (
581581
create_secure_ssl_context()
582582
if ssl_version is None
583-
else ssl.SSLContext(ssl_version) # NOSONAR (python:S4423): preserve caller-supplied protocol
583+
else ssl.SSLContext(ssl_version) # NOSONAR (S4423): preserve caller-supplied protocol
584584
)
585585

586586
verify_certs, ssl_show_warn = _resolve_async_ssl_defaults(verify_certs, ssl_show_warn)

0 commit comments

Comments
 (0)