Skip to content

Commit 2e68eee

Browse files
committed
Fixes CI
1 parent ac48bb0 commit 2e68eee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

returns/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from typing import Any, Callable, NoReturn, TypeVar
44

55
from returns.generated.box import _box as box # noqa: F401, WPS436
6-
from returns.generated.io_context import _context as io_context
76

87
# Aliases:
98
_FirstType = TypeVar('_FirstType')

0 commit comments

Comments
 (0)