diff --git a/common/lib/capa/capa/tests/response_xml_factory.py b/common/lib/capa/capa/tests/response_xml_factory.py index 53f7ed03a0..fe918ec5db 100644 --- a/common/lib/capa/capa/tests/response_xml_factory.py +++ b/common/lib/capa/capa/tests/response_xml_factory.py @@ -666,11 +666,3 @@ class StringResponseXMLFactory(ResponseXMLFactory): def create_input_element(self, **kwargs): return ResponseXMLFactory.textline_input_xml(**kwargs) - - -class SymbolicResponseXMLFactory(ResponseXMLFactory): - def create_response_element(self, **kwargs): - raise NotImplemented - - def create_input_element(self, **kwargs): - raise NotImplemented