Skip to content

Commit 874d0e1

Browse files
authored
Apply suggestion from @choldgraf
1 parent 3c293e0 commit 874d0e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

github_activity/github_activity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ def generate_activity_md(
471471
)
472472

473473
# Filter the PRs by branch (or ref) if given
474-
# Do this early, before processing contributors, so we only process relevant data
475474
if branch is not None:
476475
index_names = data[
477476
(data["kind"] == "pr") & (data["baseRefName"] != branch)

0 commit comments

Comments
 (0)