From e5038c9ab7a6718e7a3408a43549231929c7beb9 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 28 May 2016 22:17:02 +0200 Subject: netlib: fix most flake8 offenses --- netlib/http/cookies.py | 1 + 1 file changed, 1 insertion(+) (limited to 'netlib/http/cookies.py') diff --git a/netlib/http/cookies.py b/netlib/http/cookies.py index ae041174..2be93e18 100644 --- a/netlib/http/cookies.py +++ b/netlib/http/cookies.py @@ -27,6 +27,7 @@ variants. Serialization follows RFC6265. # TODO: Disallow LHS-only Cookie values + def _read_until(s, start, term): """ Read until one of the characters in term is reached. -- cgit v1.2.3