Skip to content

Commit 4100ddf

Browse files
committed
Removed TODO
1 parent b296bbd commit 4100ddf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RequestsLibrary/RequestsKeywords.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def create_ntlm_session(
298298
disable_warnings=0,
299299
retry_status_list=[],
300300
retry_method_list=DEFAULT_RETRY_METHOD_LIST):
301-
# FIXME Update Documentation with new retry options
302301
""" Create Session: create a HTTP session to a server
303302
304303
``url`` Base url of the server
@@ -387,7 +386,6 @@ def create_digest_session(
387386
disable_warnings=0,
388387
retry_status_list=[],
389388
retry_method_list=DEFAULT_RETRY_METHOD_LIST):
390-
# FIXME Update Documentation with new retry options
391389
""" Create Session: create a HTTP session to a server
392390
393391
``url`` Base url of the server

0 commit comments

Comments
 (0)