refactor: Remove unused Static import from TUI app
- Static widget is not used in app.py (only in screen files) - Resolves CodeRabbit nitpick comment
This commit is contained in:
parent
ceaa015c91
commit
d263d281a0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Text-based User Interface for managing Cognee knowledge graphs
|
||||||
from typing import ClassVar
|
from typing import ClassVar
|
||||||
from textual.app import App, ComposeResult
|
from textual.app import App, ComposeResult
|
||||||
from textual.binding import Binding
|
from textual.binding import Binding
|
||||||
from textual.widgets import Header, Footer, Static, Button, Markdown
|
from textual.widgets import Header, Footer, Button, Markdown
|
||||||
from textual.containers import VerticalScroll
|
from textual.containers import VerticalScroll
|
||||||
from textual.screen import Screen
|
from textual.screen import Screen
|
||||||
from textual.events import Key
|
from textual.events import Key
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue