mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
superfluous import
This commit is contained in:
@@ -11,7 +11,7 @@ from contextlib import redirect_stderr, redirect_stdout
|
||||
from datetime import datetime
|
||||
from pathlib import Path, PurePath
|
||||
from time import perf_counter
|
||||
from typing import Any, Generator, Generic, Iterable, Iterator, Type, TypeVar, cast
|
||||
from typing import Any, Generic, Iterable, Iterator, Type, TypeVar, cast
|
||||
from weakref import WeakSet, WeakValueDictionary
|
||||
|
||||
from ._ansi_sequences import SYNC_END, SYNC_START
|
||||
|
||||
Reference in New Issue
Block a user