python-dependency-injector/tests/unit/providers/coroutines/common.py
2021-10-17 21:48:09 -04:00

6 lines
108 B
Python

"""Common test artifacts."""
async def example(arg1, arg2, arg3, arg4):
return arg1, arg2, arg3, arg4