Skip to content

Commit c86fcec

Browse files
committed
pylint
1 parent 0af5898 commit c86fcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causal_testing/estimation/linear_regression_estimator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(
3636
query: str = "",
3737
):
3838
# pylint: disable=too-many-arguments
39+
# pylint: disable=R0801
3940
super().__init__(
4041
base_test_case=base_test_case,
4142
treatment_value=treatment_value,

0 commit comments

Comments
 (0)