Remove dead import.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-25 14:31:49 +00:00
parent bf02c7b5d3
commit 66b158d7e4

View File

@@ -7,7 +7,6 @@ from rich.console import RenderableType
from rich.text import Text
from .. import events
from ..keys import _get_key_display
from ..reactive import Reactive, watch
from ..widget import Widget