Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 1, 2023
1 parent 46a7dd4 commit d8b91c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_buffers.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,7 @@ def test_ctypes_from_buffer():


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"
)

0 comments on commit d8b91c6

Please sign in to comment.