Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: change name of files
Signed-off-by: Joan Fontanals Martinez <[email protected]>
  • Loading branch information
Joan Fontanals Martinez committed Jun 22, 2023
commit 97c07e5cb128ea72e8bfda79ddfe4ee1bb253482
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from typing import List, Dict, Union, Any
from docarray.utils.create import (
from docarray.utils.create_dynamic_doc_class import (
create_base_doc_from_schema,
create_new_model_cast_doclist_to_list,
)
Expand Down