Skip to content

Commit 49574c3

Browse files
committed
fix pep8 failure
1 parent 362e2cb commit 49574c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/idp_metadata_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def parse(
200200
data['sp']['NameIDFormat'] = idp_name_id_format
201201

202202
if certs is not None:
203-
if (len(certs) == 1 and \
203+
if (len(certs) == 1 and
204204
(('signing' in certs and len(certs['signing']) == 1) or
205205
('encryption' in certs and len(certs['encryption']) == 1))) or \
206206
(('signing' in certs and len(certs['signing']) == 1) and

0 commit comments

Comments
 (0)