mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix unittests
This commit is contained in:
parent
71adc96bce
commit
ab6303da55
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue