Skip to content

Commit c53179e

Browse files
committed
Fixes CI
1 parent b86d930 commit c53179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/_generated/pointfree/bind_future.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ from typing import Callable, TypeVar, overload
22

33
from typing_extensions import Protocol
44

5-
from returns.future import Future, FutureResult
65
from returns.context import RequiresContextFutureResult
6+
from returns.future import Future, FutureResult
77

88
_ValueType = TypeVar('_ValueType', contravariant=True)
99
_ErrorType = TypeVar('_ErrorType')

0 commit comments

Comments
 (0)