Skip to content

Commit 32d0383

Browse files
committed
feature/python-sdk-psd2: Code clean up.
1 parent 4ac769d commit 32d0383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/json/session_server_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def deserialize(cls,
5656
array[cls._INDEX_TOKEN][cls._FIELD_TOKEN]
5757
),
5858
cls._ATTRIBUTE_USER_COMPANY: None,
59-
cls._ATTRIBUTE_USER_PERSON: None
59+
cls._ATTRIBUTE_USER_PERSON: None,
6060
}
6161

6262
user_dict_wrapped = array[cls._INDEX_USER]

0 commit comments

Comments
 (0)