Skip to content

Commit e19d7a9

Browse files
committed
revert extra change [#16]
1 parent 8d8fbac commit e19d7a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bunq/sdk/context.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def __init__(self, environment_type, api_key, device_description,
6767
:type proxy_url: str|None
6868
"""
6969

70-
permitted_ips = permitted_ips or []
70+
if permitted_ips is None:
71+
permitted_ips = []
7172

7273
self._environment_type = environment_type
7374
self._api_key = api_key

0 commit comments

Comments
 (0)