Skip to content

Commit 2476c2d

Browse files
committed
Fix linting.
1 parent 364a360 commit 2476c2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

causalpy/skl_experiments.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,10 @@ def plot(self, round_to=None):
475475
)
476476
ax.annotate(
477477
"causal\nimpact",
478-
xy=(1.05, np.mean([self.y_pred_counterfactual[0], self.y_pred_treatment[1]])),
478+
xy=(
479+
1.05,
480+
np.mean([self.y_pred_counterfactual[0], self.y_pred_treatment[1]]),
481+
),
479482
xycoords="data",
480483
xytext=(5, 0),
481484
textcoords="offset points",

0 commit comments

Comments
 (0)