From abdc0b95a46c2dc25d50c672634dd64690e63f30 Mon Sep 17 00:00:00 2001 From: speedplane Date: Wed, 19 Dec 2018 03:16:57 -0500 Subject: [PATCH] Add line to pass E302 style. --- src/urllib3/util/response.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/urllib3/util/response.py b/src/urllib3/util/response.py index 1ff28cac90..d54aa46ccf 100644 --- a/src/urllib3/util/response.py +++ b/src/urllib3/util/response.py @@ -4,6 +4,7 @@ from ..exceptions import HeaderParsingError from ..contrib import _appengine_environ + def is_fp_closed(obj): """ Checks whether a given file-like object is closed.