Skip to content

Commit 79abbb6

Browse files
committed
Import CodeMap in __init__ for backward compatibility
1 parent 76a4335 commit 79abbb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

memory_profiler/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import warnings
1818
import contextlib
1919

20+
from .code_map import CodeMap
2021
from .common import PY2, PY34, PY35, HAS_TRACEMALLOC
2122
from .utils import (
2223
show_results,

0 commit comments

Comments
 (0)