Skip to content

Commit 943605f

Browse files
committed
pylint
1 parent 42361f2 commit 943605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/estimation/ipcw_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class IPCWEstimator(Estimator):
2222
"""
2323

2424
# pylint: disable=too-many-arguments
25-
# pylint: disable=too-many-local-variables
25+
# pylint: disable=too-many-locals
2626
# pylint: disable=too-many-instance-attributes
2727
def __init__(
2828
self,

0 commit comments

Comments
 (0)