Skip to content

Commit a80ccef

Browse files
committed
pylint
1 parent 4b7de4c commit a80ccef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causal_testing/estimation/experimental_estimator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def __init__(
2525
alpha: float = 0.05,
2626
repeats: int = 200,
2727
):
28+
# pylint: disable=R0801
2829
super().__init__(
2930
treatment=treatment,
3031
treatment_value=treatment_value,

0 commit comments

Comments
 (0)