File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ellar/common/params/resolvers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ async def resolve_handle(
5757 loc = (self .model_field .field_info .in_ .value , self .model_field .alias ),
5858 )
5959 if errors_ : # pragma: no cover
60- # Just in case error still happened after combining each field to on class .
60+ # Just in case error still happened after combining each field to one pydantic model .
6161 errors += self .validate_error_sequence (errors_ )
6262 return values , errors
6363 return {self .model_field .name : v_ }, []
@@ -93,7 +93,7 @@ async def resolve_grouped_fields(
9393 )
9494
9595 if processed_errors : # pragma: no cover
96- # Just in case error still happened after combining each field to on class .
96+ # Just in case error still happened after combining each field to one pydantic model .
9797 processed_errors = self .validate_error_sequence (processed_errors )
9898 return processed_value , processed_errors
9999 return {self .model_field .name : processed_value }, []
You can’t perform that action at this time.
0 commit comments