Remove unused import of Segment

This commit is contained in:
Dave Pearson
2023-01-09 14:33:48 +00:00
parent 86e8738882
commit 14ebe689b8

View File

@@ -4,7 +4,6 @@ from dataclasses import dataclass
from typing import ClassVar, Generic, NewType, TypeVar
import rich.repr
from rich.segment import Segment
from rich.style import NULL_STYLE, Style
from rich.text import Text, TextType