Remove timer import

This commit is contained in:
Will McGugan
2023-01-08 16:36:27 +00:00
parent e8dc95351e
commit 03a159e1c8
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ from rich.style import Style
from . import errors
from ._cells import cell_len
from ._loop import loop_last
from ._profile import timer
from .strip import Strip
from ._typing import TypeAlias
from .geometry import NULL_OFFSET, Offset, Region, Size

View File

@@ -43,7 +43,6 @@ from ._easing import DEFAULT_SCROLL_EASING
from ._layout import Layout
from ._segment_tools import align_lines
from ._styles_cache import StylesCache
from ._profile import timer
from .actions import SkipAction
from .await_remove import AwaitRemove
from .binding import Binding