Tree: Format + Lint
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
eb435f79e3
commit
3649d3bb51
2 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
"""Common utility functions"""
|
"""Common utility functions"""
|
||||||
|
|
||||||
import inspect
|
|
||||||
from types import NoneType
|
from types import NoneType
|
||||||
from typing import Dict, Optional, Type, Union, get_args, get_origin, TypeVar
|
from typing import Dict, Optional, Type, Union, get_args, get_origin, TypeVar
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,8 @@ from typing import Optional
|
||||||
from common import model
|
from common import model
|
||||||
from common.networking import get_generator_error, handle_request_disconnect
|
from common.networking import get_generator_error, handle_request_disconnect
|
||||||
from common.tabby_config import config
|
from common.tabby_config import config
|
||||||
from common.utils import unwrap
|
|
||||||
from endpoints.core.types.model import (
|
from endpoints.core.types.model import (
|
||||||
ModelCard,
|
ModelCard,
|
||||||
ModelCardParameters,
|
|
||||||
ModelList,
|
ModelList,
|
||||||
ModelLoadRequest,
|
ModelLoadRequest,
|
||||||
ModelLoadResponse,
|
ModelLoadResponse,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue