mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove broken alias
This commit is contained in:
@@ -23,8 +23,6 @@ from .. import messages
|
||||
|
||||
CellType = TypeVar("CellType")
|
||||
|
||||
CellFormatter = Callable[[object], RenderableType | None]
|
||||
|
||||
|
||||
def default_cell_formatter(obj: object) -> RenderableType | None:
|
||||
if isinstance(obj, str):
|
||||
|
||||
Reference in New Issue
Block a user