Skip to content

Commit 78ed0ce

Browse files
committed
fix linting error
Signed-off-by: Nathaniel <[email protected]>
1 parent a7c1090 commit 78ed0ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

causalpy/experiments/instrumental_variable.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ def input_validation(self) -> None:
204204
warnings.warn(
205205
"""Warning. The treatment variable is not Binary.
206206
We will use the multivariate normal likelihood
207-
for continuous treatment."""
207+
for continuous treatment.""",
208+
stacklevel=2,
208209
)
209210

210211
def get_2SLS_fit(self) -> None:

0 commit comments

Comments
 (0)