Fix unittests

This commit is contained in:
hlohaus 2025-08-09 04:48:42 +02:00
parent 71adc96bce
commit ab6303da55

View file

@ -101,7 +101,7 @@ class VersionUtils:
if git_version: if git_version:
return git_version return git_version
raise VersionNotFoundError("Could not determine current g4f version.") return None
@property @property
def latest_version(self) -> str: def latest_version(self) -> str: