Skip to content

Commit 4d40df0

Browse files
committed
yapf
1 parent 08b08df commit 4d40df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/outcome/_impl.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class Outcome(abc.ABC, Generic[ValueT]):
122122
hashable.
123123
124124
"""
125+
125126
@abc.abstractmethod
126127
def unwrap(self) -> ValueT:
127128
"""Return or raise the contained value or exception.

0 commit comments

Comments
 (0)