Skip to content

Commit 4962e40

Browse files
committed
fix pylint: add docstring
1 parent c21511a commit 4962e40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

decoimpact/business/entities/rules/combine_results_rule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def operation_type(self) -> MultiArrayOperationType:
4848

4949
@property
5050
def ignore_nan(self) -> bool:
51+
"""Indicates if NaN values should be ignored in the calculations"""
5152
return self._ignore_nan
5253

5354
def validate(self, logger: ILogger) -> bool:

0 commit comments

Comments
 (0)