Open farhan opened 2 months ago
Shift the code from pkg_resources to importlib.resources api
pkg_resources
importlib.resources
Migration guide: https://importlib-resources.readthedocs.io/en/latest/migration.html Decision making story: https://github.com/openedx/XBlock/issues/676 Reference PR to take learning from: https://github.com/openedx/xblock-sdk/pull/350/files
Prerequisites:
Acceptance Criteria:
@farhan please assign this ticket to me.
Shift the code from
pkg_resources
toimportlib.resources
apiMigration guide: https://importlib-resources.readthedocs.io/en/latest/migration.html Decision making story: https://github.com/openedx/XBlock/issues/676 Reference PR to take learning from: https://github.com/openedx/xblock-sdk/pull/350/files
Prerequisites:
Acceptance Criteria:
pkg_resources
in the repository