Remove unused import

The code that was using this was removed earlier.
This commit is contained in:
Dave Pearson
2023-05-17 12:29:36 +01:00
parent a42250daa3
commit ecde90b1c3

View File

@@ -7,7 +7,6 @@ from typing import ClassVar, Iterable, Iterator
from rich.style import Style
from rich.text import Text, TextType
from typing_extensions import Final
from .. import work
from ..message import Message