Update src/textual/reactive.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2024-02-28 08:58:49 +00:00
committed by GitHub
parent 9aca1900eb
commit c96125b16f

View File

@@ -490,7 +490,6 @@ class Reactive(Generic[ReactiveType]):
# Called when count changes
...
```
"""
return WatchDecorator(self)