Skip to content

Commit 7d8ab91

Browse files
committed
Remove unused imports
1 parent 7406e79 commit 7d8ab91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftui/screens/modal_screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pandas as pd
22
from textual.app import ComposeResult
3-
from textual.containers import Container, Horizontal, Vertical
3+
from textual.containers import Container
44
from textual.screen import ModalScreen
55
from textual.widgets import (
66
DataTable,

0 commit comments

Comments
 (0)