refactor: delete class XmlDescriptor
It also adds `@XBlock.needs("i18n")` to `XModuleMixin` because this service is
required there.
This commit is contained in:
committed by
Piotr Surowiec
parent
8127d19115
commit
3380f88ab3
@@ -4,7 +4,6 @@ import re
|
||||
|
||||
from lxml import etree
|
||||
from xblock.fields import Scope, String
|
||||
from xmodule.xml_module import XmlDescriptor # pylint: disable=unused-import
|
||||
|
||||
from .exceptions import SerializationError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user