Commit 74dbb9d7 by Calen Pennington

Remove unused XModuleDescriptor.get_sample_state method

parent b53d5554
...@@ -605,14 +605,6 @@ class XModuleDescriptor(XModuleFields, HTMLSnippet, ResourceTemplates, XBlock): ...@@ -605,14 +605,6 @@ class XModuleDescriptor(XModuleFields, HTMLSnippet, ResourceTemplates, XBlock):
raise NotImplementedError( raise NotImplementedError(
'Modules must implement export_to_xml to enable xml export') 'Modules must implement export_to_xml to enable xml export')
# =============================== Testing ==================================
def get_sample_state(self):
"""
Return a list of tuples of instance_state, shared_state. Each tuple
defines a sample case for this module
"""
return [('{}', '{}')]
@property @property
def xblock_kvs(self): def xblock_kvs(self):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment