Sign in
code
/
git
/
f4c5778b2dca447ae130cfab6cc9b7b614e7ec43
/
.
/
t
/
t4018
/
python-indented-async-def
blob: f5d03258af4d20b124090987619da992662f7a68 [
file
]
class
Foo
:
async
def
RIGHT
(
self
,
x
:
int
):
return
[
1
,
2
,
ChangeMe
,
]