Skip to content

Commit c01dd68

Browse files
committed
wip
1 parent ecfcecd commit c01dd68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pymongo/synchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def __init__(
568568
569569
| **Client side encryption options:**
570570
| (If not set explicitly, client side encryption will not be enabled.)
571-
FOOFOO
571+
FOOFOOFOO
572572
- `auto_encryption_opts`: A
573573
:class:`~pymongo.encryption_options.AutoEncryptionOpts` which
574574
configures this client to automatically encrypt collection commands

tools/synchro.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -eu
1+
#!/bin/bash
2+
3+
set -eu
24

35
python ./tools/synchro.py
46
python -m ruff check pymongo/synchronous/ gridfs/synchronous/ test/ --fix --silent

0 commit comments

Comments
 (0)