Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 79487bb

Browse files
committed
tt4
1 parent b92ae2e commit 79487bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def commit_components(commit: Commit, owner: Owner | None) -> List[Component]:
2626

2727

2828
def component_filtered_report(
29-
report: Report, components: List[Component]
29+
report: Report | None, components: List[Component]
3030
) -> FilteredReport:
3131
"""
3232
Filter a report such that the totals, etc. are only pertaining to the given component.

0 commit comments

Comments
 (0)