Fix lint.

This commit is contained in:
Itamar Turner-Trauring 2021-02-02 15:28:12 -05:00
parent fa3bef5b25
commit 51bd4b719c

@ -4290,7 +4290,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
http.FOUND,
http.TEMPORARY_REDIRECT,
] if code is None else [code]
body = yield response.content()
yield response.content()
self.assertIn(response.code, codes)
location = response.headers.getRawHeaders(b"location")[0]
if target_location is not None: