Skip to content

Commit bdaf87a

Browse files
committed
fix import
1 parent c20623f commit bdaf87a

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
@@ -20,7 +20,6 @@
2020

2121
from typing import TYPE_CHECKING, Any, Mapping, Optional
2222

23-
from pymongo.pyopenssl_context import SSLContext
2423
from pymongo.uri_parser_shared import _parse_kms_tls_options
2524

2625
try:
@@ -37,6 +36,7 @@
3736
from pymongo.errors import ConfigurationError
3837

3938
if TYPE_CHECKING:
39+
from pymongo.pyopenssl_context import SSLContext
4040
from pymongo.typings import _AgnosticMongoClient, _DocumentTypeArg
4141

4242

0 commit comments

Comments
 (0)