Remove unused import of Text

This commit is contained in:
Dave Pearson
2023-05-18 15:42:45 +01:00
parent beb3645aa1
commit 12416d81d1

View File

@@ -6,7 +6,7 @@ from typing import ClassVar, Generic, TypeVar
from rich.segment import Segment
from rich.style import Style
from rich.text import Text, TextType
from rich.text import TextType
from ..binding import Binding
from ..strip import Strip