Skip to content

Commit 108ba8e

Browse files
committed
More cleanup
1 parent fa48910 commit 108ba8e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

pymongo/asynchronous/encryption.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def __init__(self, client: AsyncMongoClient[_DocumentTypeArg], opts: AutoEncrypt
337337
:param client: The encrypted AsyncMongoClient.
338338
:param opts: The encrypted client's :class:`AutoEncryptionOpts`.
339339
"""
340-
341340
if opts._schema_map is None:
342341
schema_map = None
343342
else:

pymongo/asynchronous/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ async def run_operation(
158158
:param client: An AsyncMongoClient instance.
159159
"""
160160
assert listeners is not None
161-
162161
publish = listeners.enabled_for_commands
163162
start = datetime.now()
164163

pymongo/synchronous/encryption.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def __init__(self, client: MongoClient[_DocumentTypeArg], opts: AutoEncryptionOp
335335
:param client: The encrypted MongoClient.
336336
:param opts: The encrypted client's :class:`AutoEncryptionOpts`.
337337
"""
338-
339338
if opts._schema_map is None:
340339
schema_map = None
341340
else:

pymongo/synchronous/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def run_operation(
158158
:param client: A MongoClient instance.
159159
"""
160160
assert listeners is not None
161-
162161
publish = listeners.enabled_for_commands
163162
start = datetime.now()
164163

0 commit comments

Comments
 (0)