Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 21, 2024
1 parent 919b413 commit 7346094
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lazy_github/ui/screens/lookup_pull_request.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
from textual import on
from textual.app import ComposeResult
from textual.containers import Container, Horizontal
from textual.notifications import SeverityLevel
from textual.screen import ModalScreen
from textual.validation import Regex
from textual.widgets import Button, Input, Label, Markdown, Rule, Switch
from textual.widgets import Button, Input, Label, Markdown, Rule

from lazy_github.lib.bindings import LazyGithubBindings
from lazy_github.lib.context import LazyGithubContext
from lazy_github.lib.github.backends.protocol import GithubApiRequestFailed
from lazy_github.lib.github.pull_requests import get_full_pull_request
from lazy_github.lib.github.repositories import get_repository_by_name
from lazy_github.models.github import FullPullRequest, Repository
from lazy_github.models.github import FullPullRequest
from lazy_github.ui.widgets.common import LazyGithubFooter


Expand Down

0 comments on commit 7346094

Please sign in to comment.