mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove annotation from RHS of the typing example
This commit is contained in:
@@ -18,7 +18,7 @@ follows:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
selections = [("First", 1), ("Second", 2)]
|
selections = [("First", 1), ("Second", 2)]
|
||||||
my_selection_list: SelectionList[int] = SelectionList[int](selections)
|
my_selection_list: SelectionList[int] = SelectionList(selections)
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
|||||||
Reference in New Issue
Block a user