Skip to content

Commit 54a5278

Browse files
algolia-botmillotp
andcommitted
fix(clients): upgrade linter (generated)
algolia/api-clients-automation#5476 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 60264bf commit 54a5278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

algoliasearch/ingestion/models/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _alias_generator(name: str) -> str:
3838

3939
class Event(BaseModel):
4040
"""
41-
An event describe a step of the task execution flow..
41+
An event describe a step of the task execution flow.
4242
"""
4343

4444
event_id: str

algoliasearch/search/models/automatic_facet_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AutomaticFacetFilter(BaseModel):
3939
score: Optional[int] = None
4040
""" Filter scores to give different weights to individual filters. """
4141
disjunctive: Optional[bool] = None
42-
""" Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation. """
42+
""" Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation. """
4343

4444
model_config = ConfigDict(
4545
strict=False,

algoliasearch/search/models/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _alias_generator(name: str) -> str:
3838

3939
class Event(BaseModel):
4040
"""
41-
An event describe a step of the task execution flow..
41+
An event describe a step of the task execution flow.
4242
"""
4343

4444
event_id: str

0 commit comments

Comments
 (0)