challenge it a bit by doing small capital list
This commit is contained in:
parent
b17ed24155
commit
2ef7ae49b3
@ -54,10 +54,10 @@ def test_state():
|
|||||||
def do_something_with_int(self, arg: int):
|
def do_something_with_int(self, arg: int):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def do_something_with_list_int(self, arg: List[int]):
|
def do_something_with_list_int(self, arg: list[int]):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def do_something_with_list_str(self, arg: List[str]):
|
def do_something_with_list_str(self, arg: list[str]):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return TestState
|
return TestState
|
||||||
|
Loading…
Reference in New Issue
Block a user