Skip to content

Commit ebf8766

Browse files
committed
remove unnecessary imports
1 parent fdaa778 commit ebf8766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ as demonstrated by the following example:
647647
import os
648648
from bson.codec_options import CodecOptions
649649
from pymongo import MongoClient
650-
from pymongo.encryption import Algorithm, ClientEncryption, QueryType
650+
from pymongo.encryption import ClientEncryption
651651
from pymongo.encryption_options import AutoEncryptionOpts
652652
653653
local_master_key = os.urandom(96)

0 commit comments

Comments
 (0)