mirror of
https://github.com/encounter/dtk-template.git
synced 2025-09-20 09:29:35 +00:00
ninja changes: Fix old Python version compatibility (#53)
This commit is contained in:
parent
f67064940d
commit
bb558596e3
@ -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]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user