From 5a908aa41106a1972219f26addef9ffbdf9a6e0f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 15 Aug 2020 17:51:43 +0200 Subject: [PATCH] pep8 --- httpie/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/httpie/utils.py b/httpie/utils.py index e33adee1..41bdbdd4 100644 --- a/httpie/utils.py +++ b/httpie/utils.py @@ -111,5 +111,3 @@ def get_expired_cookies( for cookie in cookies if cookie.get('expires', float('Inf')) <= now ] - -