Skip to content

Commit 592b44c

Browse files
committed
Deleted str from docstring in save()
1 parent 60a4579 commit 592b44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def save(self, path=None):
277277
"""
278278
:type path: str
279279
280-
:rtype: None, str
280+
:rtype: None
281281
"""
282282

283283
if path is None:

0 commit comments

Comments
 (0)