Skip to content

Commit 1f36ce3

Browse files
authored
🔀 Merge pull request #136 from davep/code-tidy
Code tidy
2 parents 9377e9e + b1d825d commit 1f36ce3

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)