Skip to content

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

+1-1
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)