Skip to content

Commit 9857359

Browse files
committed
typing
1 parent 124e60c commit 9857359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/reactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class TooManyComputesError(ReactiveError):
5656
"""Raised when an attribute has public and private compute methods."""
5757

5858

59-
class Initialize(Generic[ReactableType, ReactiveType]):
59+
class Initialize(Generic[ReactiveType]):
6060
"""Initialize a reactive by calling a method parent object.
6161
6262
Example:

0 commit comments

Comments
 (0)