mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-19 15:10:38 +00:00
style: pre-commit fixes
This commit is contained in:
parent
46a7dd4b17
commit
d8b91c68eb
@ -222,4 +222,7 @@ def test_ctypes_from_buffer():
|
|||||||
|
|
||||||
|
|
||||||
def test_buffer_docstring():
|
def test_buffer_docstring():
|
||||||
assert m.get_buffer_info.__doc__.strip() == "get_buffer_info(arg0: Buffer) -> pybind11_tests.buffers.buffer_info"
|
assert (
|
||||||
|
m.get_buffer_info.__doc__.strip()
|
||||||
|
== "get_buffer_info(arg0: Buffer) -> pybind11_tests.buffers.buffer_info"
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user