Skip to content

Commit 216de91

Browse files
committed
SDK-1098: Add comments to the helper methods in ApplicationProfile
1 parent bcf8dd3 commit 216de91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoti_python_sdk/activity_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class ActivityDetails:
1313
def __init__(self, receipt, decrypted_profile=None, decrypted_application_profile=None):
14-
self.decrypted_profile = decrypted_profile # TODO: This isn't used, can we remove it?
14+
self.decrypted_profile = decrypted_profile
1515
self.user_profile = {} # will be removed in v3.0.0
1616
self.base64_selfie_uri = None
1717
self.decrypted_application_profile = decrypted_application_profile

0 commit comments

Comments
 (0)