2 lines
47 B
Python
2 lines
47 B
Python
async def do_nothing_async(_):
|
|
return None
|
async def do_nothing_async(_):
|
|
return None
|