Skip to content

Commit 2eac2c1

Browse files
authored
🔀 Merge pull request #98 from davep/tidy
Remove hangover reminder comment
2 parents 0647e8b + f7893dd commit 2eac2c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hike/providers/history.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def commands(self) -> CommandHits:
7777
The commands for the command palette.
7878
"""
7979
for location in sorted(set(Historical(location) for location in self.history)):
80-
# TODO: Improve what's shown in the palette.
8180
yield CommandHit(
8281
location.name,
8382
location.context,

0 commit comments

Comments
 (0)