PCQRSCANER/venv/Lib/site-packages/vcr/_handle_coroutine.py
2019-12-22 21:51:47 +01:00

4 lines
125 B
Python

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