Skip to content

Commit 24b3728

Browse files
committed
fix: hmm? i deleted it?
1 parent ab38ad4 commit 24b3728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/extreme-self-casting/solution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Fn(Generic[VnCallable]):
1616
def __init__(self, f: VnCallable) -> None:
17-
...
17+
self.f = f
1818

1919
def into_callable(self: "Fn[Callable[P, R]]") -> Callable[Concatenate[Any, P], R]:
2020
...

0 commit comments

Comments
 (0)