Skip to content

Commit 1bcd56b

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 337eea93. [skip ci]
algolia/api-clients-automation@337eea9 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 9e2d1fe commit 1bcd56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/recommend/models/get_recommendations_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import annotations
88

99
from json import loads
10-
from typing import Any, Dict, List, Optional, Self
10+
from typing import Any, Dict, List, Self
1111

1212
from pydantic import BaseModel, ConfigDict
1313

@@ -21,7 +21,7 @@ class GetRecommendationsResponse(BaseModel):
2121
GetRecommendationsResponse
2222
"""
2323

24-
results: Optional[List[RecommendationsResults]] = None
24+
results: List[RecommendationsResults]
2525

2626
model_config = ConfigDict(
2727
use_enum_values=True, populate_by_name=True, validate_assignment=True

0 commit comments

Comments
 (0)