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 fdaa778 commit ebf8766Copy full SHA for ebf8766
doc/examples/encryption.rst
@@ -647,7 +647,7 @@ as demonstrated by the following example:
647
import os
648
from bson.codec_options import CodecOptions
649
from pymongo import MongoClient
650
- from pymongo.encryption import Algorithm, ClientEncryption, QueryType
+ from pymongo.encryption import ClientEncryption
651
from pymongo.encryption_options import AutoEncryptionOpts
652
653
local_master_key = os.urandom(96)
0 commit comments