Skip to content

Commit 192888e

Browse files
committed
Adds .apply method, refs #274
1 parent 153bcda commit 192888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/_generated/pointfree/apply.pyi

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

33
from returns.context import (
44
RequiresContext,
5+
RequiresContextFutureResult,
56
RequiresContextIOResult,
67
RequiresContextResult,
7-
RequiresContextFutureResult,
88
)
99
from returns.future import Future, FutureResult
1010
from returns.io import IO, IOResult

0 commit comments

Comments
 (0)