Skip to content

Commit

Permalink
SDK-1076: Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurtyyy committed Sep 10, 2019
1 parent cd19dff commit bcea9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoti_python_sdk/sandbox/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ def build(self):
return YotiTokenRequest(self.remember_me_id, self.attributes)

@staticmethod
def __create_attribute(self, name, value, anchors=None):
def __create_attribute(name, value, anchors=None):
return SandboxAttribute(name, value, anchors)

0 comments on commit bcea9e5

Please sign in to comment.