Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 23, 2024
1 parent 9610c4a commit 52ae7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy_github/ui/screens/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from textual.screen import ModalScreen
from textual.widgets import DataTable, Markdown, TabbedContent, TabPane

from lazy_github.lib.messages import NotificationMarkedAsRead, NotificationSelected
from lazy_github.lib.bindings import LazyGithubBindings
from lazy_github.lib.constants import BULLET_POINT, CHECKMARK
from lazy_github.lib.github.notifications import fetch_notifications, mark_notification_as_read
from lazy_github.lib.messages import NotificationMarkedAsRead, NotificationSelected
from lazy_github.models.github import Notification
from lazy_github.ui.widgets.common import LazyGithubFooter, SearchableDataTable

Expand Down

0 comments on commit 52ae7f4

Please sign in to comment.