openedx / XBlock

Framework for building custom learning components that run in the Open edX LMS!
https://docs.openedx.org/projects/xblock/en/latest/xblock-tutorial/index.html
Apache License 2.0
451 stars 216 forks source link

Importing ABC from collections has been deprecated and will be removed in Python 3.10 #454

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago
xblock/test/test_user_service.py
36:    assert isinstance(current_user.emails, collections.Iterable)
39:    assert isinstance(current_user.opt_attrs, collections.Mapping)
tirkarthi commented 4 years ago

One more instance :

XBlock/xblock/django/request.py
5:from collections import MutableMapping