Skip to content

Commit d1f858f

Browse files
committed
add missing return type [#27]
1 parent 3e1b12d commit d1f858f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bunq/sdk/json/converter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ def set_initializer_function(initializer_function):
614614
def create_initializer(initializer_function):
615615
"""
616616
:type initializer_function: callable
617+
618+
:rtype: bool
617619
"""
618620

619621
is_disposed = False

0 commit comments

Comments
 (0)