Skip to content

Commit

Permalink
🔥 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Jan 16, 2025
1 parent d88e422 commit 7efe88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/braindrop/app/widgets/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

##############################################################################
# Local imports.
from ...raindrop import API, Collection, RaindropType, SpecialCollection, Tag
from ..commands import Command, ShowAll, ShowUnsorted, ShowUntagged
from ...raindrop import API, Collection, SpecialCollection
from ..commands import ShowAll, ShowUnsorted, ShowUntagged
from ..data import LocalData, Raindrops, TagCount, TypeCount
from ..messages import ShowCollection, ShowOfType, ShowTagged
from .extended_option_list import OptionListEx
Expand Down

0 comments on commit 7efe88e

Please sign in to comment.