Skip to content

Commit 8fcb8b8

Browse files
committed
imports
1 parent e0f212c commit 8fcb8b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/textual/widgets/_toast.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
from __future__ import annotations
44

5-
from typing import TYPE_CHECKING, ClassVar
5+
from typing import ClassVar
66

77
from textual import on
8-
9-
if TYPE_CHECKING:
10-
pass
11-
128
from textual.containers import Container
139
from textual.content import Content
1410
from textual.css.query import NoMatches

0 commit comments

Comments
 (0)