Skip to content

Commit bbe8715

Browse files
committed
style fix
1 parent 15c8e40 commit bbe8715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_python_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def test_builtins_cast_return_none():
513513
assert m.return_none_int() is None
514514
assert m.return_none_float() is None
515515

516+
516517
def test_capsule_with_destructor(capture):
517518
import pybind11_tests as m
518519
with capture:

0 commit comments

Comments
 (0)