Skip to content

Commit 73f1561

Browse files
authored
chore: remove core exports (#14)
1 parent 387c3b3 commit 73f1561

File tree

1 file changed

+1
-54
lines changed

1 file changed

+1
-54
lines changed

src/vapi/core/__init__.py

+1-54
Original file line numberDiff line numberDiff line change
@@ -1,54 +1 @@
1-
# This file was auto-generated by Fern from our API Definition.
2-
3-
from .api_error import ApiError
4-
from .client_wrapper import AsyncClientWrapper, BaseClientWrapper, SyncClientWrapper
5-
from .datetime_utils import serialize_datetime
6-
from .file import File, convert_file_dict_to_httpx_tuples, with_content_type
7-
from .http_client import AsyncHttpClient, HttpClient
8-
from .jsonable_encoder import jsonable_encoder
9-
from .pagination import AsyncPager, SyncPager
10-
from .pydantic_utilities import (
11-
IS_PYDANTIC_V2,
12-
UniversalBaseModel,
13-
UniversalRootModel,
14-
parse_obj_as,
15-
universal_field_validator,
16-
universal_root_validator,
17-
update_forward_refs,
18-
)
19-
from .query_encoder import encode_query
20-
from .remove_none_from_dict import remove_none_from_dict
21-
from .request_options import RequestOptions
22-
from .serialization import FieldMetadata, convert_and_respect_annotation_metadata
23-
from .unchecked_base_model import UncheckedBaseModel, UnionMetadata, construct_type
24-
25-
__all__ = [
26-
"ApiError",
27-
"AsyncClientWrapper",
28-
"AsyncHttpClient",
29-
"AsyncPager",
30-
"BaseClientWrapper",
31-
"FieldMetadata",
32-
"File",
33-
"HttpClient",
34-
"IS_PYDANTIC_V2",
35-
"RequestOptions",
36-
"SyncClientWrapper",
37-
"SyncPager",
38-
"UncheckedBaseModel",
39-
"UnionMetadata",
40-
"UniversalBaseModel",
41-
"UniversalRootModel",
42-
"construct_type",
43-
"convert_and_respect_annotation_metadata",
44-
"convert_file_dict_to_httpx_tuples",
45-
"encode_query",
46-
"jsonable_encoder",
47-
"parse_obj_as",
48-
"remove_none_from_dict",
49-
"serialize_datetime",
50-
"universal_field_validator",
51-
"universal_root_validator",
52-
"update_forward_refs",
53-
"with_content_type",
54-
]
1+
from .file import File, convert_file_dict_to_httpx_tuples, with_content_type

0 commit comments

Comments
 (0)