Core: Cleanup unneeded use of Version/tuplize_version (#5519)

* Remove weird version uses

* Restore version var

* Unrestore version var
This commit is contained in:
Duck
2025-10-05 17:56:09 -06:00
committed by GitHub
parent 60617c682e
commit 8dc9719b99
5 changed files with 7 additions and 10 deletions

View File

@@ -1710,7 +1710,7 @@ def generate_yaml_templates(target_folder: typing.Union[str, "pathlib.Path"], ge
from jinja2 import Template
from worlds import AutoWorldRegister
from Utils import local_path, __version__, tuplize_version
from Utils import local_path, __version__
full_path: str