Skip to content

Commit 97c07e5

Browse files
author
Joan Fontanals Martinez
committed
refactor: change name of files
Signed-off-by: Joan Fontanals Martinez <[email protected]>
1 parent be35141 commit 97c07e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/units/util/test_create.py renamed to tests/units/util/test_create_dynamic_code_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22
from typing import List, Dict, Union, Any
3-
from docarray.utils.create import (
3+
from docarray.utils.create_dynamic_doc_class import (
44
create_base_doc_from_schema,
55
create_new_model_cast_doclist_to_list,
66
)

0 commit comments

Comments
 (0)