Skip to content

Commit ebb0b02

Browse files
authored
Merge branch 'develop' into optimise_test_framework_auto_topup_bunq/sdk_python#78
2 parents 1b6a2ac + e50567a commit ebb0b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bunq/sdk/context.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@ def is_both_user_type_set(self):
486486
return self._user_company is not None and self._user_person is not None
487487

488488
def refresh_user_context(self):
489+
"""
490+
"""
491+
489492
self._set_user(self.__get_user_object())
490493
self.init_main_monetary_account()
491494

0 commit comments

Comments
 (0)