Skip to content

Commit c73c831

Browse files
authored
Update src/outcome/_impl.py
1 parent fdbd48d commit c73c831

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
@@ -171,7 +171,7 @@ def __repr__(self) -> str:
171171
try:
172172
return f'Value({self._value!r})'
173173
except AttributeError:
174-
return f'Value(<AlreadyUsed>)'
174+
return 'Value(<AlreadyUsed>)'
175175

176176
def unwrap(self) -> ValueT:
177177
try:

0 commit comments

Comments
 (0)