Skip to content

Commit b9241c0

Browse files
jakobandersenrwgk
authored andcommitted
SM, remove type annotations in test
1 parent f39efb8 commit b9241c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class_sh_shared_ptr_copy_move.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_smhld_move():
2323
assert txt == "FooSmHld_move"
2424

2525

26-
def _check_property(foo_typ: str, prop_typ: str, policy: str):
26+
def _check_property(foo_typ, prop_typ, policy):
2727
o = m.Outer()
2828
name = "{}_{}_{}".format(foo_typ, prop_typ, policy)
2929
history = "Foo{}_Outer".format(foo_typ)

0 commit comments

Comments
 (0)