Skip to content

Commit 690ca0d

Browse files
committed
Remove unused import
1 parent 29fad94 commit 690ca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from ..containers import Horizontal, Vertical, VerticalScroll
1919
from ..events import Mount
2020
from ..message import Message
21-
from ..reactive import Reactive, reactive, var
21+
from ..reactive import reactive, var
2222
from ..widget import Widget
2323
from ..widgets import Static, Tree
2424

0 commit comments

Comments
 (0)