Update content/kapacitor/v1.4/guides/anomaly_detection.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/2816/head
parent
059573b2c9
commit
a142aa07f7
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue