mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-20 10:25:30 +00:00
ninja changes: Fix old Python version compatibility (#53)
This commit is contained in:
@@ -22,7 +22,7 @@ FUNCTION_KEYS_TO_DIFF = [
|
|||||||
"fuzzy_match_percent",
|
"fuzzy_match_percent",
|
||||||
]
|
]
|
||||||
|
|
||||||
type Change = Tuple[str, str, float, float]
|
Change = Tuple[str, str, float, float]
|
||||||
|
|
||||||
|
|
||||||
def get_changes(changes_file: str) -> list[Change]:
|
def get_changes(changes_file: str) -> list[Change]:
|
||||||
|
|||||||
Reference in New Issue
Block a user