From b50f9aa7e776152707a014cf4fd6add82e40ec52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 28 Sep 2021 12:54:16 +0200 Subject: [PATCH] Use PYthon 3 documentation [skip ci] --- httpie/sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/sessions.py b/httpie/sessions.py index 7ecb6e7b..0a04fb74 100644 --- a/httpie/sessions.py +++ b/httpie/sessions.py @@ -112,7 +112,7 @@ class Session(BaseConfigDict): @cookies.setter def cookies(self, jar: RequestsCookieJar): - # + # stored_attrs = ['value', 'path', 'secure', 'expires'] self['cookies'] = {} for cookie in jar: