Skip to content

Commit d1cddac

Browse files
committed
fixed Linter 3
1 parent 524fc4f commit d1cddac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/validation/tools/combine_reports.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ def parse_report(path: Path) -> Dict[Tuple[str, str], str]:
109109
status_token, STATUS_LABELS["unknown"]
110110
)
111111

112-
113112
return results
114113

115114

116-
117115
def build_dataframe(
118116
keys: Iterable[Tuple[str, str]], data: Dict[str, Dict[Tuple[str, str], str]]
119117
) -> pd.DataFrame:

0 commit comments

Comments
 (0)