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 124e60c commit 9857359Copy full SHA for 9857359
src/textual/reactive.py
@@ -56,7 +56,7 @@ class TooManyComputesError(ReactiveError):
56
"""Raised when an attribute has public and private compute methods."""
57
58
59
-class Initialize(Generic[ReactableType, ReactiveType]):
+class Initialize(Generic[ReactiveType]):
60
"""Initialize a reactive by calling a method parent object.
61
62
Example:
0 commit comments