Skip to content

Commit 3bfe708

Browse files
committed
Fixes the CI
1 parent 7e117cc commit 3bfe708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesafety/test_pointfree/test_bind_context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
disable_cache: true
8181
main: |
8282
from returns.pointfree import bind_context
83-
from returns.context import RequiresContext, RequiresContextIOResult
83+
from returns.context import RequiresContext, RequiresContextFutureResult
8484
8585
def test(arg: float) -> RequiresContext[bool, int]:
8686
...

0 commit comments

Comments
 (0)