Skip to content

Commit 2f33fdf

Browse files
Allow message as first un-named argument. #894
1 parent 34ee038 commit 2f33fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openeo/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ class OpenEoApiError(OpenEoApiPlainError):
8181

8282
def __init__(
8383
self,
84+
message: str,
8485
*,
8586
http_status_code: int,
8687
code: str,
87-
message: str,
8888
id: Optional[str] = None,
8989
url: Optional[str] = None,
9090
):

0 commit comments

Comments
 (0)