mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove draw.py, fix imports
This commit is contained in:
@@ -14,12 +14,13 @@ from rich.console import Console
|
||||
from textual import events, errors
|
||||
from textual._ansi_sequences import SYNC_START
|
||||
from textual._clock import _Clock
|
||||
from textual.app import WINDOWS
|
||||
from textual._context import active_app
|
||||
from textual.app import App, ComposeResult
|
||||
from textual.app import WINDOWS
|
||||
from textual.driver import Driver
|
||||
from textual.geometry import Size, Region
|
||||
|
||||
|
||||
# N.B. These classes would better be named TestApp/TestConsole/TestDriver/etc,
|
||||
# but it makes pytest emit warning as it will try to collect them as classes containing test cases :-/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user