Remove unused import

This commit is contained in:
Darren Burns
2022-01-20 15:04:37 +00:00
parent 8b24a476f0
commit 13d7580291

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
from typing import Callable, Iterable, TYPE_CHECKING
from typing import Callable, Iterable
import rich.repr
from rich.console import RenderableType