We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea97080 commit b4acd02Copy full SHA for b4acd02
tests/basics/class_store_class.py
@@ -2,7 +2,7 @@
2
# There was a bug in MicroPython that under some conditions class stored
3
# in instance attribute later was returned "bound" as if it was a method,
4
# which caused class constructor to receive extra argument.
5
-from collections import namedtuple
+from _collections import namedtuple
6
7
_DefragResultBase = namedtuple('DefragResult', 'foo bar')
8
0 commit comments