1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2020-08-15 17:51:43 +02:00
parent 6cd934d1b8
commit 5a908aa411
-2
View File
@@ -111,5 +111,3 @@ def get_expired_cookies(
for cookie in cookies
if cookie.get('expires', float('Inf')) <= now
]