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

Commit 4dab57d

Browse files
trigger error
1 parent 27c753e commit 4dab57d

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
@@ -32,7 +32,7 @@ def component_filtered_report(
3232
Filter a report such that the totals, etc. are only pertaining to the given component.
3333
"""
3434

35-
report.flags + "string"
35+
report: Report | None = report
3636

3737
flags, paths = [], []
3838
for component in components:

0 commit comments

Comments
 (0)