[7.x] Apply Black 20.8b1 formatting

This commit is contained in:
Seth Michael Larson
2020-08-27 10:52:30 -05:00
committed by Seth Michael Larson
parent 8ab07f44b8
commit e893facb97
5 changed files with 19 additions and 8 deletions
+3 -1
View File
@@ -312,7 +312,9 @@ class AIOHttpConnection(Connection):
cookie_jar=aiohttp.DummyCookieJar(),
response_class=ESClientResponse,
connector=aiohttp.TCPConnector(
limit=self._limit, use_dns_cache=True, ssl=self._ssl_context,
limit=self._limit,
use_dns_cache=True,
ssl=self._ssl_context,
),
)