Skip to content

Commit 0af5898

Browse files
committed
pylint
1 parent db5b8b8 commit 0af5898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/estimation/abstract_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Estimator(ABC):
3030
"""
3131

3232
def __init__(
33-
# pylint: disable=too-many-arguments
33+
# pylint: disable=too-many-arguments,R0801
3434
self,
3535
base_test_case: BaseTestCase,
3636
treatment_value: float,

0 commit comments

Comments
 (0)