We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11075c0 commit a0a7507Copy full SHA for a0a7507
1 file changed
bindings/python/pymongocrypt/binding.py
@@ -31,7 +31,7 @@ def _parse_version(version):
31
32
# Start embedding from update_binding.py
33
ffi.cdef(
34
-"""
+ """
35
/*
36
* Copyright 2019-present MongoDB, Inc.
37
*
@@ -1593,4 +1593,4 @@ def __getattr__(self, name):
1593
exc = RuntimeError(
1594
f"Expected libmongocrypt version %s or greater, found {_MIN_LIBMONGOCRYPT_VERSION, libmongocrypt_version()}"
1595
)
1596
- lib = _Library(exc)
+ lib = _Library(exc)
0 commit comments