Skip to content

Commit b4acd02

Browse files
committed
tests: Fix import.
1 parent ea97080 commit b4acd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basics/class_store_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# There was a bug in MicroPython that under some conditions class stored
33
# in instance attribute later was returned "bound" as if it was a method,
44
# which caused class constructor to receive extra argument.
5-
from collections import namedtuple
5+
from _collections import namedtuple
66

77
_DefragResultBase = namedtuple('DefragResult', 'foo bar')
88

0 commit comments

Comments
 (0)