Skip to content

Commit 3beb284

Browse files
author
Kevin Hellemun
committed
Added missing doc and removed unneeded import. (#78)
1 parent ebb0b02 commit 3beb284

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bunq/sdk/util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313

1414
def automatic_sandbox_install(file_path=None):
15+
"""
16+
:type file_path: str
17+
"""
18+
1519
sandbox_user = __generate_new_sandbox_user()
1620
ApiContext(
1721
ApiEnvironmentType.SANDBOX,

tests/model/generated/endpoint/test_avatar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from bunq.sdk.model.generated.endpoint import AttachmentPublicContent
44
from bunq.sdk.model.generated.endpoint import Avatar
55
from tests.bunq_test import BunqSdkTestCase
6-
from tests.config import Config
76

87

98
class TestAvatar(BunqSdkTestCase):

0 commit comments

Comments
 (0)