We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2d95b commit ee7fb87Copy full SHA for ee7fb87
functional/pipeline.py
@@ -9,7 +9,7 @@
9
from collections.abc import Iterable
10
from functools import partial, reduce, wraps
11
from operator import add, mul
12
-from typing import Any, Callable, Generic, Optional, TypeVar, Union, reveal_type
+from typing import Any, Callable, Generic, Optional, TypeVar, Union
13
14
from tabulate import tabulate
15
0 commit comments