Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Javtor committed Dec 20, 2024
1 parent f334d90 commit b732bcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llama-index-core/llama_index/core/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Sequence,
Union,
)
from pydantic import SerializationInfo, SerializerFunctionWrapHandler

import filetype
import requests
from dataclasses_json import DataClassJsonMixin
Expand All @@ -40,7 +40,9 @@
GetJsonSchemaHandler,
JsonSchemaValue,
PlainSerializer,
SerializationInfo,
SerializeAsAny,
SerializerFunctionWrapHandler,
model_serializer,
model_validator,
)
Expand Down

0 comments on commit b732bcf

Please sign in to comment.