PEP8 Fixes (#760)

This commit is contained in:
kevgliss 2017-04-25 09:23:18 -07:00 committed by GitHub
parent bc66ede9aa
commit 88ac783fd2
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ class K8sSession(requests.Session):
'Authorization': 'Bearer %s' % bearer
})
k8_ca = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'k8.cert')
k8_ca = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'k8.cert')
with open(k8_ca, "w") as text_file:
text_file.write(cert)