Skip to content

Commit fe9d4bf

Browse files
committed
refactor: moved pydantic class
1 parent 3ab5a3b commit fe9d4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/tests/unit/features/todo/use_cases/test_add_todo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from pydantic.error_wrappers import ValidationError
2+
from pydantic import ValidationError
33

44
from features.todo.repository.todo_repository_interface import TodoRepositoryInterface
55
from features.todo.use_cases.add_todo import AddTodoRequest, add_todo_use_case

0 commit comments

Comments
 (0)