We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8217a4c commit 558c7fcCopy full SHA for 558c7fc
vcr/cassette.py
@@ -3,7 +3,7 @@
3
import copy
4
import inspect
5
import logging
6
-from asyncio import iscoroutinefunction
+from inspect import iscoroutinefunction
7
8
import wrapt
9
0 commit comments