Skip to content

Commit 4870899

Browse files
committed
update type hints to work in python 3.8
1 parent 97f40ea commit 4870899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/skl_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def __init__(
370370
treatment_threshold,
371371
model=None,
372372
running_variable_name="x",
373-
epsilon: float | None = 0.001,
373+
epsilon: float = 0.001,
374374
**kwargs,
375375
):
376376
super().__init__(model=model, **kwargs)

0 commit comments

Comments
 (0)