mirror of
https://github.com/httpie/cli.git
synced 2025-02-09 22:29:36 +01:00
pep8
This commit is contained in:
parent
6cd934d1b8
commit
5a908aa411
@ -111,5 +111,3 @@ def get_expired_cookies(
|
|||||||
for cookie in cookies
|
for cookie in cookies
|
||||||
if cookie.get('expires', float('Inf')) <= now
|
if cookie.get('expires', float('Inf')) <= now
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user