mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-28 08:02:00 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fdc20a8912
commit
95ed8a6c29
@ -152,7 +152,7 @@ def test_tuple():
|
||||
assert m.tuple_ssize_t() == ()
|
||||
assert m.tuple_size_t() == ()
|
||||
assert m.get_tuple() == (42, None, "spam")
|
||||
#assert m.access_tuple_with_int_index() == (2)
|
||||
# assert m.access_tuple_with_int_index() == (2)
|
||||
|
||||
|
||||
def test_simple_namespace():
|
||||
|
Loading…
Reference in New Issue
Block a user