mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
SM, remove type annotations in test
This commit is contained in:
parent
f39efb850b
commit
b9241c0330
@ -23,7 +23,7 @@ def test_smhld_move():
|
||||
assert txt == "FooSmHld_move"
|
||||
|
||||
|
||||
def _check_property(foo_typ: str, prop_typ: str, policy: str):
|
||||
def _check_property(foo_typ, prop_typ, policy):
|
||||
o = m.Outer()
|
||||
name = "{}_{}_{}".format(foo_typ, prop_typ, policy)
|
||||
history = "Foo{}_Outer".format(foo_typ)
|
||||
|
Loading…
Reference in New Issue
Block a user