Skip to content

Commit b1d825d

Browse files
committed
🎨 Code tidy
1 parent 9377e9e commit b1d825d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/braindrop/app/providers/collections.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Collection-oriented commands for the command palette."""
22

3-
##############################################################################
4-
# Local imports.
53
##############################################################################
64
# Textual enhanced imports.
75
from textual_enhanced.commands import CommandHit, CommandHits, CommandsProvider
86

7+
##############################################################################
8+
# Local imports.
99
from ...raindrop import Collection, SpecialCollection
1010
from ..data import LocalData
1111
from ..messages import ShowCollection

src/braindrop/app/providers/tags.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Tag filtering commands for the command palette."""
22

3-
##############################################################################
4-
# Local imports.
53
##############################################################################
64
# Textual enhanced imports.
75
from textual_enhanced.commands import CommandHit, CommandHits, CommandsProvider
86

7+
##############################################################################
8+
# Local imports.
99
from ..data import Raindrops, TagCount
1010
from ..messages import ShowTagged
1111

0 commit comments

Comments
 (0)