Skip to content

Commit 521a921

Browse files
committed
Linter issues
1 parent 7d053ce commit 521a921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-namedtuple/namedtuple_dict_memory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from collections import namedtuple
2+
23
from pympler import asizeof
34

45
Point = namedtuple("Point", "x y z")

0 commit comments

Comments
 (0)