Skip to content

Commit cd19dff

Browse files
committed
SDK-1076: Remove TODO comment
1 parent 5753218 commit cd19dff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

yoti_python_sdk/endpoint.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ def __init__(self, sdk_id):
1010
def get_activity_details_request_path(
1111
self, decrypted_request_token, no_params=False
1212
):
13-
# TODO: Remove no_params in 3.0.0 and get rid of the query parameters in the formatted
14-
# TODO: string
1513
if no_params:
1614
return "/profile/{0}".format(decrypted_request_token)
1715

0 commit comments

Comments
 (0)