remove broken alias

This commit is contained in:
Will McGugan
2022-06-21 10:32:39 +01:00
parent 9191d0e985
commit c86bf797e8

View File

@@ -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):