Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Oct 1, 2024
1 parent c619825 commit 0004a06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lazy_github/ui/screens/new_pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from lazy_github.lib.github.pull_requests import create_pull_request
from lazy_github.lib.messages import PullRequestCreated
from lazy_github.models.github import Branch, FullPullRequest
from lazy_github.ui.widgets.command_log import log_event


class BranchesLoaded(Message):
Expand Down
3 changes: 1 addition & 2 deletions lazy_github/ui/screens/primary.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
from lazy_github.lib.messages import (
IssuesAndPullRequestsFetched,
IssueSelected,
PullRequestCreated,
PullRequestSelected,
RepoSelected,
)
from lazy_github.ui.screens.new_issue import NewIssueModal
from lazy_github.ui.screens.new_pull_request import NewPullRequestModal
from lazy_github.ui.screens.settings import SettingsModal
from lazy_github.ui.widgets.actions import ActionsContainer
from lazy_github.ui.widgets.command_log import CommandLogSection, log_event
from lazy_github.ui.widgets.command_log import CommandLogSection
from lazy_github.ui.widgets.common import LazyGithubContainer
from lazy_github.ui.widgets.info import LazyGithubInfoTabPane
from lazy_github.ui.widgets.issues import IssueConversationTabPane, IssueOverviewTabPane, IssuesContainer
Expand Down

0 comments on commit 0004a06

Please sign in to comment.