We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a85f commit 12ef993Copy full SHA for 12ef993
pymongo/encryption_options.py
@@ -241,7 +241,7 @@ def __init__(
241
self._bypass_query_analysis = bypass_query_analysis
242
self._key_expiration_ms = key_expiration_ms
243
244
- def _parse_kms_tls_options(self, is_sync):
+ def _parse_kms_tls_options(self, is_sync: bool) -> None:
245
self._kms_ssl_contexts = _parse_kms_tls_options(self._kms_tls_options, is_sync)
246
247
0 commit comments