fix: align pylint fixes in edx-platform Problem XBlock with extracted xblocks-contrib/problem (#37758)

* fix: pylint issues for problem xblock
This commit is contained in:
Irtaza Akram
2026-01-07 16:39:11 +05:00
committed by GitHub
parent 2f065bbae4
commit d29b0473f4
49 changed files with 2376 additions and 1623 deletions

View File

@@ -1,4 +1,4 @@
# lint-amnesty, pylint: disable=missing-module-docstring
"""Utility for converting XML nodes to their inner string representation."""
from lxml import etree