ninja changes: Fix old Python version compatibility

This commit is contained in:
LagoLunatic
2025-04-25 13:15:13 -04:00
parent fa7d4d2896
commit 168b10e4ed
+1 -1
View File
@@ -22,7 +22,7 @@ FUNCTION_KEYS_TO_DIFF = [
"fuzzy_match_percent",
]
type Change = Tuple[str, str, float, float]
Change = Tuple[str, str, float, float]
def get_changes(changes_file: str) -> list[Change]: