Skip to content

Commit ffea2c4

Browse files
author
Kevin Hellemun
committed
Some cleaning 🔥
1 parent f505717 commit ffea2c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bunq/sdk/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def _request(self, method, uri_relative, request_bytes, params,
105105
params)
106106
if uri_relative not in self._URIS_NOT_REQUIRING_ACTIVE_SESSION:
107107
self._api_context.ensure_session_active()
108+
108109
all_headers = self._get_all_headers(
109110
method,
110111
uri_relative_with_params,

bunq/sdk/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def ensure_session_active(self):
175175

176176
def is_session_active(self):
177177
"""
178-
:return: True if it has expired, otherwise false
179178
:rtype: bool
180179
"""
181180

0 commit comments

Comments
 (0)