Skip to content

Commit 343b4ee

Browse files
author
Roland Hedberg
committed
PEP-8 formatting
1 parent 95eff38 commit 343b4ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/idp2/idp.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
import logging
66
import os
77
import re
8-
import socket
98
import time
10-
import ssl
119

1210
from Cookie import SimpleCookie
1311
from hashlib import sha1
@@ -1072,7 +1070,8 @@ def application(environ, start_response):
10721070
_https = ""
10731071
if CONFIG.HTTPS:
10741072
SRV.ssl_adapter = ssl_pyopenssl.pyOpenSSLAdapter(CONFIG.SERVER_CERT,
1075-
CONFIG.SERVER_KEY, CONFIG.CERT_CHAIN)
1073+
CONFIG.SERVER_KEY,
1074+
CONFIG.CERT_CHAIN)
10761075
_https = " using SSL/TLS"
10771076
logger.info("Server starting")
10781077
print("IDP listening on %s:%s%s" % (HOST, PORT, _https))

0 commit comments

Comments
 (0)