Skip to content

Commit 6a1174b

Browse files
committed
yapf
1 parent 4e58a12 commit 6a1174b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/outcome/_impl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,5 @@ def error(self) -> BaseException:
254254
return self._unwrap_error()
255255

256256

257-
258257
# A convenience alias to a union of both results, allowing exhaustiveness checking.
259258
Maybe = Union[Value[ValueT], Error]

0 commit comments

Comments
 (0)