Skip to content

Commit 4b81aee

Browse files
authored
Merge pull request #368 from altendky/patch-1
from types import coroutine
2 parents 8b1e7c9 + 7c0f1f1 commit 4b81aee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

memory_profiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
_CMD_USAGE = "python -m memory_profiler script_file.py"
99

10-
from asyncio import coroutine, iscoroutinefunction
10+
from asyncio import iscoroutinefunction
1111
from contextlib import contextmanager
1212
from functools import partial, wraps
13+
from types import coroutine
1314
import builtins
1415
import inspect
1516
import linecache

0 commit comments

Comments
 (0)