Skip to content

Commit 12ef993

Browse files
committed
fix typing
1 parent c86a85f commit 12ef993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/encryption_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def __init__(
241241
self._bypass_query_analysis = bypass_query_analysis
242242
self._key_expiration_ms = key_expiration_ms
243243

244-
def _parse_kms_tls_options(self, is_sync):
244+
def _parse_kms_tls_options(self, is_sync: bool) -> None:
245245
self._kms_ssl_contexts = _parse_kms_tls_options(self._kms_tls_options, is_sync)
246246

247247

0 commit comments

Comments
 (0)