Skip to content

Commit f3608d1

Browse files
Typo in tuple typing
1 parent 4bf81b2 commit f3608d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/testing/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def add_modelling_assumptions(self):
124124
must hold if the resulting causal inference is to be considered valid.
125125
"""
126126

127-
def get_terms_from_formula(self) -> tuple(str, str, list[str]):
127+
def get_terms_from_formula(self) -> tuple[str, str, list[str]]:
128128
"""
129129
Parse all the terms from a Patsy formula string into outcome, treatment and covariate variables.
130130

0 commit comments

Comments
 (0)