Skip to content

Commit ec1ea37

Browse files
pylint
1 parent e4ec9d6 commit ec1ea37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ def _setup_test(self, causal_test_case: CausalTestCase, test: Mapping) -> Estima
311311
if "formula" in test:
312312
if test["estimator"] != (LinearRegressionEstimator or LogisticRegressionEstimator):
313313
raise TypeError(
314-
"Currently only LinearRegressionEstimator and LogisticRegressionEstimator supports the use of formulas"
314+
"Currently only LinearRegressionEstimator and LogisticRegressionEstimator supports the use of "
315+
"formulas"
315316
)
316317
estimator_kwargs["formula"] = test["formula"]
317318
estimator_kwargs["adjustment_set"] = {}

0 commit comments

Comments
 (0)