Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 15, 2024
1 parent ee58bb7 commit a38a9a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
from rich.text import Text
from typing_extensions import Self

from .color import Color

if TYPE_CHECKING:
from .app import RenderResult

Expand All @@ -61,6 +59,7 @@
from .await_remove import AwaitRemove
from .box_model import BoxModel
from .cache import FIFOCache
from .color import Color
from .css.match import match
from .css.parse import parse_selectors
from .css.query import NoMatches, WrongType
Expand Down

0 comments on commit a38a9a4

Please sign in to comment.