Skip to content

Commit f3324e3

Browse files
author
Kevin Hellemun
committed
Reoredered docstring parameters. (#59)
1 parent 979b853 commit f3324e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bunq/sdk/exception_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def create_exception_for_response(
3434
response_id
3535
):
3636
"""
37-
:type response_id: str
3837
:type response_code: int
3938
:type messages: list[str]
39+
:type response_id: str
4040
4141
:return: The exception according to the status code.
4242
:rtype: ApiException
@@ -100,9 +100,9 @@ def create_exception_for_response(
100100
@classmethod
101101
def _generate_message_error(cls, response_code, messages, response_id):
102102
"""
103-
:type response_id: str
104103
:type response_code: int
105104
:type messages: list[str]
105+
:type response_id: str
106106
107107
:rtype: str
108108
"""

0 commit comments

Comments
 (0)