Skip to content

Commit 94d5561

Browse files
algolia-botmillotp
andcommitted
fix(specs): add a linter to assert that type is present (generated)
algolia/api-clients-automation#4393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b803024 commit 94d5561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algoliasearch/abtesting/models/list_ab_tests_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ListABTestsResponse(BaseModel):
3737
"""
3838

3939
abtests: List[ABTest]
40-
""" A/B tests. """
40+
""" The list of A/B tests, null if no A/B tests are configured for this application. """
4141
count: int
4242
""" Number of A/B tests. """
4343
total: int

algoliasearch/analytics/models/get_status_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class GetStatusResponse(BaseModel):
3333
"""
3434

3535
updated_at: str
36-
""" Date and time when the object was updated, in RFC 3339 format. """
36+
""" Date and time when the object was updated, in RFC 3339 format. """
3737

3838
model_config = ConfigDict(
3939
strict=False,

0 commit comments

Comments
 (0)