We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968ac74 commit 2578efaCopy full SHA for 2578efa
magic_filter/operations/cast.py
@@ -7,7 +7,7 @@
7
class CastOperation(BaseOperation):
8
__slots__ = ("func",)
9
10
- def __init__(self, func: Callable[[...], Any]) -> None:
+ def __init__(self, func: Callable[[Any], Any]) -> None:
11
self.func = func
12
13
def resolve(self, value: Any, initial_value: Any) -> Any:
0 commit comments