Skip to content

Commit a3154ec

Browse files
committed
Black
1 parent ac10df3 commit a3154ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

causal_testing/testing/estimators.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,14 +559,13 @@ def __init__(
559559
instrument: str,
560560
df: pd.DataFrame = None,
561561
intercept: int = 1,
562-
effect_modifiers: dict=None # Not used (yet?). Needed for compatibility
562+
effect_modifiers: dict = None, # Not used (yet?). Needed for compatibility
563563
):
564564
super().__init__(treatment, treatment_value, control_value, adjustment_set, outcome, df, None)
565565
self.intercept = intercept
566566
self.model = None
567567
self.instrument = instrument
568568

569-
570569
def add_modelling_assumptions(self):
571570
"""
572571
Add modelling assumptions to the estimator. This is a list of strings which list the modelling assumptions that

0 commit comments

Comments
 (0)