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 cd19dff commit bcea9e5Copy full SHA for bcea9e5
yoti_python_sdk/sandbox/token.py
@@ -248,5 +248,5 @@ def build(self):
248
return YotiTokenRequest(self.remember_me_id, self.attributes)
249
250
@staticmethod
251
- def __create_attribute(self, name, value, anchors=None):
+ def __create_attribute(name, value, anchors=None):
252
return SandboxAttribute(name, value, anchors)
0 commit comments