Skip to content

Commit 64b126a

Browse files
committed
Remove unused import
1 parent 316fb4b commit 64b126a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/outcome/_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from ._sync import Error as ErrorBase
44
from ._sync import Outcome as OutcomeBase
55
from ._sync import Value as ValueBase
6-
from ._util import AlreadyUsedError
76

87
__all__ = ['Error', 'Outcome', 'Value', 'acapture', 'capture']
98

0 commit comments

Comments
 (0)