Skip to content

Commit bf37d20

Browse files
committed
fix: Remove unused assignment
1 parent b302247 commit bf37d20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sphinxnotes/recentupdate/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def collect_revisions(
209209
group_by: str | None,
210210
) -> list[Revision]:
211211
"""Collect recent revisions from git, optionally grouped by time period."""
212-
repo = CURRENT_REPO
213212
count = count or env.config.recentupdate_count
214213
group_by = group_by or env.config.recentupdate_group_by
215214

0 commit comments

Comments
 (0)