File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
from bunq import Pagination
2
- from bunq .sdk .context .bunq_context import BunqContext
3
2
from bunq .sdk .http import api_client
4
3
from bunq .sdk .http .bunq_response import BunqResponse
5
4
from bunq .sdk .json import converter
@@ -144,6 +143,7 @@ def _get_api_context(cls):
144
143
:rtype: api_context.ApiContext
145
144
"""
146
145
146
+ from bunq .sdk .context .bunq_context import BunqContext
147
147
return BunqContext .api_context ()
148
148
149
149
@classmethod
@@ -152,6 +152,7 @@ def _determine_user_id(cls):
152
152
:rtype: int
153
153
"""
154
154
155
+ from bunq .sdk .context .bunq_context import BunqContext
155
156
return BunqContext .user_context ().user_id
156
157
157
158
@classmethod
@@ -163,6 +164,7 @@ def _determine_monetary_account_id(cls, monetary_account_id=None):
163
164
"""
164
165
165
166
if monetary_account_id is None :
167
+ from bunq .sdk .context .bunq_context import BunqContext
166
168
return BunqContext .user_context ().primary_monetary_account .id_
167
169
168
170
return monetary_account_id
You can’t perform that action at this time.
0 commit comments