Skip to content

Commit 28fecf4

Browse files
committed
yapf
1 parent f863df4 commit 28fecf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/outcome/_impl.py

Lines changed: 1 addition & 1 deletion
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 peek(self) -> ValueT:
127128
"""Return or raise the contained value or exception, without
@@ -134,7 +135,6 @@ def peek(self) -> ValueT:
134135
135136
"""
136137

137-
138138
@abc.abstractmethod
139139
def unwrap(self) -> ValueT:
140140
"""Return or raise the contained value or exception, and invalidate

0 commit comments

Comments
 (0)