Skip to content

Commit

Permalink
fix another mro
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusgeo committed Nov 3, 2022
1 parent c9b67ac commit 032271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class QueryType(str, enum.Enum):
"""Used to encrypt a value for an equality query."""


class ClientEncryption(object, Generic[_DocumentType]):
class ClientEncryption(Generic[_DocumentType]):
"""Explicit client-side field level encryption."""

def __init__(
Expand Down

0 comments on commit 032271e

Please sign in to comment.