typing fix
Some checks failed
codespell / codespell (push) Has been cancelled

This commit is contained in:
Will McGugan 2025-06-18 08:52:13 +01:00
parent 348447b374
commit f78698f258

View file

@ -751,7 +751,7 @@ class Console:
)
self._record_buffer: List[Segment] = []
self._render_hooks: List[RenderHook] = []
self._live_stack: list[Live] = []
self._live_stack: List[Live] = []
self._is_alt_screen = False
def __repr__(self) -> str: