1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
Files
vcrpy/vcr/_handle_coroutine.py
2023-06-26 20:46:09 -03:00

4 lines
97 B
Python

async def handle_coroutine(vcr, fn):
with vcr as cassette:
return await fn(cassette)