diff --git a/src/textual/widgets/_text_log.py b/src/textual/widgets/_text_log.py index 67c5de2ea..02f164494 100644 --- a/src/textual/widgets/_text_log.py +++ b/src/textual/widgets/_text_log.py @@ -10,7 +10,6 @@ from rich.measure import measure_renderables from rich.pretty import Pretty from rich.protocol import is_renderable from rich.segment import Segment -from rich.style import Style from rich.text import Text from .._cache import LRUCache