Noop
This commit is contained in:
@@ -100,7 +100,7 @@ class BaseID(SamlBase):
|
||||
SamlBase.__init__(self, text, extension_elements, extension_attributes)
|
||||
self.name_qualifier = name_qualifier
|
||||
self.sp_name_qualifier = sp_name_qualifier
|
||||
|
||||
|
||||
def base_id_from_string(xml_string):
|
||||
""" Create BaseID instance from an XML string """
|
||||
return saml2.create_class_from_xml_string(BaseID, xml_string)
|
||||
|
||||
@@ -1276,6 +1276,3 @@ def name_id_mapping_response_from_string(xml_string):
|
||||
""" Create NameIDMappingResponse instance from an XML string """
|
||||
return create_class_from_xml_string(NameIDMappingResponse, xml_string)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user