Skip to content

Commit f3ac25e

Browse files
author
Shakeel Mohamed
committed
Resolve a TODO
1 parent 47d9e0e commit f3ac25e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splunklib/binding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def parse_cookies(cookie_str, dictionary):
8888
dictionary[cookie.key] = cookie.coded_value
8989

9090
def make_cookie_header(cookies):
91-
# TODO: verify
9291
"""
9392
Takes a list of 2-tuples of key-value pairs of
9493
cookies, and returns a valid HTTP ``Cookie``

0 commit comments

Comments
 (0)