PYTHON-3300 Fix Explicit Queryable Encryption Example (#975)

This commit is contained in:
Julius Park 2022-06-15 13:16:07 -07:00 committed by GitHub
parent dc21a083f4
commit f45f00b4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,6 +540,7 @@ using an ``encrypted_fields`` mapping, as demonstrated by the following example:
# Cleanup resources.
client_encryption.close()
encrypted_client.close()
client.close()
if __name__ == "__main__":