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

@@ -1,7 +1,7 @@
import pytest
from textual.layouts.vertical import VerticalLayout
from textual.layouts.factory import get_layout, MissingLayout
from textual.layouts.vertical import VerticalLayout
def test_get_layout_valid_layout():