Skip to content

Commit 0c3e104

Browse files
committed
Added extra stats for commits
1 parent 579ee72 commit 0c3e104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ForgejoRepoAPI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def get_commits(self, repo: Repository, files: bool = True) -> list[Commit]:
9090
files=(
9191
[f.filename for f in getattr(c, "files", [])] if files else None
9292
),
93-
additions=None, # TODO
94-
deletions=None,
93+
additions=None, # TODO
94+
deletions=None, # TODO
9595
)
9696
for c in commits
9797
]

0 commit comments

Comments
 (0)