Skip to content

Commit a0a7507

Browse files
committed
Formatting
1 parent 11075c0 commit a0a7507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/python/pymongocrypt/binding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _parse_version(version):
3131

3232
# Start embedding from update_binding.py
3333
ffi.cdef(
34-
"""
34+
"""
3535
/*
3636
* Copyright 2019-present MongoDB, Inc.
3737
*
@@ -1593,4 +1593,4 @@ def __getattr__(self, name):
15931593
exc = RuntimeError(
15941594
f"Expected libmongocrypt version %s or greater, found {_MIN_LIBMONGOCRYPT_VERSION, libmongocrypt_version()}"
15951595
)
1596-
lib = _Library(exc)
1596+
lib = _Library(exc)

0 commit comments

Comments
 (0)