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 b7d388a commit 47e6abdCopy full SHA for 47e6abd
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