We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb0b02 commit 3beb284Copy full SHA for 3beb284
bunq/sdk/util.py
@@ -12,6 +12,10 @@
12
13
14
def automatic_sandbox_install(file_path=None):
15
+ """
16
+ :type file_path: str
17
18
+
19
sandbox_user = __generate_new_sandbox_user()
20
ApiContext(
21
ApiEnvironmentType.SANDBOX,
tests/model/generated/endpoint/test_avatar.py
@@ -3,7 +3,6 @@
3
from bunq.sdk.model.generated.endpoint import AttachmentPublicContent
4
from bunq.sdk.model.generated.endpoint import Avatar
5
from tests.bunq_test import BunqSdkTestCase
6
-from tests.config import Config
7
8
9
class TestAvatar(BunqSdkTestCase):
0 commit comments