Update content/kapacitor/v1.4/guides/anomaly_detection.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/2816/head
kelseiv 2021-07-07 12:52:33 -07:00 committed by GitHub
parent 059573b2c9
commit a142aa07f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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