Skip to content

Commit ee7fb87

Browse files
committed
don't import reveal_type
1 parent fb2d95b commit ee7fb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from collections.abc import Iterable
1010
from functools import partial, reduce, wraps
1111
from operator import add, mul
12-
from typing import Any, Callable, Generic, Optional, TypeVar, Union, reveal_type
12+
from typing import Any, Callable, Generic, Optional, TypeVar, Union
1313

1414
from tabulate import tabulate
1515

0 commit comments

Comments
 (0)