Skip to content

Commit 49cd098

Browse files
committed
yapf
1 parent 08b08df commit 49cd098

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
@@ -121,6 +121,7 @@ class Outcome(abc.ABC, Generic[ValueT]):
121121
:class:`Outcome` objects are hashable if the contained objects are
122122
hashable.
123123
124+
124125
"""
125126
@abc.abstractmethod
126127
def unwrap(self) -> ValueT:

0 commit comments

Comments
 (0)