Skip to content

Commit d0b8f2c

Browse files
committed
Remove comment referencing previous implementation
1 parent d727450 commit d0b8f2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/outcome/_impl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def capture(sync_fn, *args, **kwargs):
1414
Either a :class:`Value` or :class:`Error` as appropriate.
1515
1616
"""
17-
# _sync.capture references ErrorBase and ValueBase
1817
try:
1918
return Value(sync_fn(*args, **kwargs))
2019
except BaseException as exc:

0 commit comments

Comments
 (0)