From a142aa07f7da5aa4e623dbcb9c206c402c1f25bd Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:52:33 -0700 Subject: [PATCH] Update content/kapacitor/v1.4/guides/anomaly_detection.md Co-authored-by: Scott Anderson --- content/kapacitor/v1.4/guides/anomaly_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/kapacitor/v1.4/guides/anomaly_detection.md b/content/kapacitor/v1.4/guides/anomaly_detection.md index 0d7d9ab45..c3ac8f164 100644 --- a/content/kapacitor/v1.4/guides/anomaly_detection.md +++ b/content/kapacitor/v1.4/guides/anomaly_detection.md @@ -239,7 +239,7 @@ What follows is the complete UDF implementation with our `info`, from kapacitor.udf.agent import Agent, Handler from scipy import stats import math -from import kapacitor.udf import udf_pb2 +from kapacitor.udf import udf_pb2 import sys class TTestHandler(Handler):