mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update imports in easing example
This commit is contained in:
@@ -10,7 +10,8 @@ from textual.reactive import Reactive
|
||||
from textual.scrollbar import ScrollBarRender
|
||||
from textual.widget import Widget
|
||||
from textual.widgets import Button, Static, Footer
|
||||
from textual.widgets.text_input import TextWidgetBase, TextInput
|
||||
from textual.widgets import TextInput
|
||||
from textual.widgets._text_input import TextWidgetBase
|
||||
|
||||
VIRTUAL_SIZE = 100
|
||||
WINDOW_SIZE = 10
|
||||
|
||||
Reference in New Issue
Block a user