We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753218 commit cd19dffCopy full SHA for cd19dff
yoti_python_sdk/endpoint.py
@@ -10,8 +10,6 @@ def __init__(self, sdk_id):
10
def get_activity_details_request_path(
11
self, decrypted_request_token, no_params=False
12
):
13
- # TODO: Remove no_params in 3.0.0 and get rid of the query parameters in the formatted
14
- # TODO: string
15
if no_params:
16
return "/profile/{0}".format(decrypted_request_token)
17
0 commit comments