We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1e7c9 + 7c0f1f1 commit 4b81aeeCopy full SHA for 4b81aee
1 file changed
memory_profiler.py
@@ -7,9 +7,10 @@
7
8
_CMD_USAGE = "python -m memory_profiler script_file.py"
9
10
-from asyncio import coroutine, iscoroutinefunction
+from asyncio import iscoroutinefunction
11
from contextlib import contextmanager
12
from functools import partial, wraps
13
+from types import coroutine
14
import builtins
15
import inspect
16
import linecache
0 commit comments