Skip to content

Commit

Permalink
Adding a linter error for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 10, 2024
1 parent 36738ad commit c495fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_github/ui/screens/primary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from httpx import HTTPError
from textual import work
from textual.app import ComposeResult
from textual.app import ComposeResult, ScreenType
from textual.command import Hit, Hits, Provider
from textual.containers import Container, Horizontal
from textual.reactive import reactive
Expand Down

0 comments on commit c495fdf

Please sign in to comment.