Skip to content

Commit 6186fa0

Browse files
committed
fix docstring param type [#27]
1 parent b6cecd1 commit 6186fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/json/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def types(self):
605605

606606
def set_initializer(initializer):
607607
"""
608-
:type initializer: callable
608+
:type initializer: Generator[bool, None, None]
609609
"""
610610

611611
JsonAdapter.set_initializer(initializer)

0 commit comments

Comments
 (0)