Fix unittests

This commit is contained in:
Heiner Lohaus 2024-04-06 01:18:45 +02:00
parent d44b39b31c
commit a4ca5773bd
4 changed files with 16 additions and 7 deletions

View file

@ -22,15 +22,15 @@ class RetryNoProviderError(Exception):
class VersionNotFoundError(Exception):
...
class NestAsyncioError(Exception):
...
class ModelNotSupportedError(Exception):
...
class MissingRequirementsError(Exception):
...
class NestAsyncioError(MissingRequirementsError):
...
class MissingAuthError(Exception):
...