Skip to content

Commit b063d96

Browse files
committed
Fix pep8
1 parent 9289d26 commit b063d96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/onelogin/saml2/metadata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def builder(sp, authnsign=False, wsign=False, valid_until=None, cache_duration=N
102102
for attrValue in req_attribs['attributeValue']:
103103
req_attr_aux_str += """
104104
<saml:AttributeValue xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion>%(attributeValue)s</saml:AttributeValue>""" % \
105-
{
106-
'attributeValue': attrValue
107-
}
105+
{
106+
'attributeValue': attrValue
107+
}
108108
req_attr_aux_str += """
109109
</md:RequestedAttribute>"""
110110

0 commit comments

Comments
 (0)