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

Commit eb8f9ff

Browse files
trigger error?
1 parent 20f0578 commit eb8f9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/components.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ def component_filtered_report(
3131
"""
3232
Filter a report such that the totals, etc. are only pertaining to the given component.
3333
"""
34-
x: int = "hello"
34+
35+
report.flags.keys()
36+
3537
flags, paths = [], []
3638
for component in components:
3739
flags.extend(component.get_matching_flags(report.flags.keys()))

0 commit comments

Comments
 (0)