[7.x] Apply Black 20.8b1 formatting
This commit is contained in:
committed by
Seth Michael Larson
parent
8ab07f44b8
commit
e893facb97
@@ -110,7 +110,10 @@ class RequestsHttpConnection(Connection):
|
||||
http_auth = tuple(http_auth.split(":", 1))
|
||||
self.session.auth = http_auth
|
||||
|
||||
self.base_url = "%s%s" % (self.host, self.url_prefix,)
|
||||
self.base_url = "%s%s" % (
|
||||
self.host,
|
||||
self.url_prefix,
|
||||
)
|
||||
self.session.verify = verify_certs
|
||||
if not client_key:
|
||||
self.session.cert = client_cert
|
||||
|
||||
Reference in New Issue
Block a user