mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-12 10:29:36 -04:00
fix: persistent styling between ruff and yapf (#279)
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
'''Base exceptions for OpenLLM. This extends BentoML exceptions.'''
|
||||
from __future__ import annotations
|
||||
|
||||
from openllm_core.exceptions import Error as Error, FineTuneStrategyNotSupportedError as FineTuneStrategyNotSupportedError, ForbiddenAttributeError as ForbiddenAttributeError, GpuNotAvailableError as GpuNotAvailableError, MissingAnnotationAttributeError as MissingAnnotationAttributeError, MissingDependencyError as MissingDependencyError, OpenLLMException as OpenLLMException, ValidationError as ValidationError
|
||||
from openllm_core.exceptions import Error as Error
|
||||
from openllm_core.exceptions import FineTuneStrategyNotSupportedError as FineTuneStrategyNotSupportedError
|
||||
from openllm_core.exceptions import ForbiddenAttributeError as ForbiddenAttributeError
|
||||
from openllm_core.exceptions import GpuNotAvailableError as GpuNotAvailableError
|
||||
from openllm_core.exceptions import MissingAnnotationAttributeError as MissingAnnotationAttributeError
|
||||
from openllm_core.exceptions import MissingDependencyError as MissingDependencyError
|
||||
from openllm_core.exceptions import OpenLLMException as OpenLLMException
|
||||
from openllm_core.exceptions import ValidationError as ValidationError
|
||||
|
||||
Reference in New Issue
Block a user