Skip to content

Commit 2b70089

Browse files
authored
Apply suggestion from @graingert
1 parent bdaedf3 commit 2b70089

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
@@ -231,7 +231,7 @@ def __repr__(self) -> str:
231231
try:
232232
return f'Error({self.error!r})'
233233
except AttributeError:
234-
return f'Error(<AlreadyDestroyed>)'
234+
return 'Error(<AlreadyDestroyed>)'
235235

236236
def unwrap(self) -> NoReturn:
237237
self._set_unwrapped()

0 commit comments

Comments
 (0)