[7.x] Apply Black 20.8b1 formatting
This commit is contained in:
committed by
Seth Michael Larson
parent
8ab07f44b8
commit
e893facb97
@@ -534,7 +534,9 @@ class TestRequestsConnection(TestCase):
|
||||
self.assertNotIn("accept-encoding", req.headers)
|
||||
|
||||
def test_http_compression(self):
|
||||
con = self._get_mock_connection({"http_compress": True},)
|
||||
con = self._get_mock_connection(
|
||||
{"http_compress": True},
|
||||
)
|
||||
|
||||
self.assertTrue(con.http_compress)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user