Remove unused import in _text_log.py

This commit is contained in:
Dave Pearson
2023-03-01 11:23:34 +00:00
parent 42718869f1
commit 11e16b406a

View File

@@ -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