Remove draw.py, fix imports

This commit is contained in:
Darren Burns
2022-10-13 11:15:15 +01:00
parent 467700c759
commit 1b0c94e8a0
17 changed files with 15 additions and 354 deletions

View File

@@ -5,7 +5,6 @@ import pytest
from textual.app import App, ScreenStackError
from textual.screen import Screen
skip_py310 = pytest.mark.skipif(
sys.version_info.minor == 10 and sys.version_info.major == 3,
reason="segfault on py3.10",