We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92ae2e commit 79487bbCopy full SHA for 79487bb
services/components.py
@@ -26,7 +26,7 @@ def commit_components(commit: Commit, owner: Owner | None) -> List[Component]:
26
27
28
def component_filtered_report(
29
- report: Report, components: List[Component]
+ report: Report | None, components: List[Component]
30
) -> FilteredReport:
31
"""
32
Filter a report such that the totals, etc. are only pertaining to the given component.
0 commit comments