We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f489ed8 commit cb43883Copy full SHA for cb43883
jsonrpcserver/result.py
@@ -31,7 +31,7 @@ def __repr__(self) -> str:
31
32
33
# Union of the two valid result types
34
-Result = Either[SuccessResult, ErrorResult]
+Result = Either[ErrorResult, SuccessResult]
35
36
37
# Helpers
0 commit comments