From 11e16b406a41573f3f9e40c84973cd62ab6baac7 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 1 Mar 2023 11:23:34 +0000 Subject: [PATCH] Remove unused import in _text_log.py --- src/textual/widgets/_text_log.py | 1 - 1 file changed, 1 deletion(-) 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