Skip to content

Commit

Permalink
Deleted str from docstring in save()
Browse files Browse the repository at this point in the history
  • Loading branch information
PJUllrich committed Aug 15, 2017
1 parent 60a4579 commit 592b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bunq/sdk/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def save(self, path=None):
"""
:type path: str
:rtype: None, str
:rtype: None
"""

if path is None:
Expand Down

0 comments on commit 592b44c

Please sign in to comment.