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):