micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

python-stdlib/collections-deque: Remove micropython-lib deque. #848

Closed mattytrentini closed 1 month ago

mattytrentini commented 2 months ago

It's no longer necessary since PR #10724 was merged in to MicroPython.

dpgeorge commented 1 month ago

Thanks! I also removed the import of deque from the collections package.