We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e58a12 commit 6a1174bCopy full SHA for 6a1174b
1 file changed
src/outcome/_impl.py
@@ -254,6 +254,5 @@ def error(self) -> BaseException:
254
return self._unwrap_error()
255
256
257
-
258
# A convenience alias to a union of both results, allowing exhaustiveness checking.
259
Maybe = Union[Value[ValueT], Error]
0 commit comments