fix code example
parent
2534d2f34a
commit
059573b2c9
|
@ -239,7 +239,7 @@ What follows is the complete UDF implementation with our `info`,
|
||||||
from kapacitor.udf.agent import Agent, Handler
|
from kapacitor.udf.agent import Agent, Handler
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
import math
|
import math
|
||||||
import kapacitor.udf.udf_pb2
|
from import kapacitor.udf import udf_pb2
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
class TTestHandler(Handler):
|
class TTestHandler(Handler):
|
||||||
|
|
|
@ -240,7 +240,7 @@ What follows is the complete UDF implementation with our `info`,
|
||||||
from kapacitor.udf.agent import Agent, Handler
|
from kapacitor.udf.agent import Agent, Handler
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
import math
|
import math
|
||||||
import kapacitor.udf.udf_pb2
|
from import kapacitor.udf import udf_pb2
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
class TTestHandler(Handler):
|
class TTestHandler(Handler):
|
||||||
|
|
|
@ -240,7 +240,7 @@ What follows is the complete UDF implementation with our `info`,
|
||||||
from kapacitor.udf.agent import Agent, Handler
|
from kapacitor.udf.agent import Agent, Handler
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
import math
|
import math
|
||||||
import kapacitor.udf.udf_pb2
|
from import kapacitor.udf import udf_pb2
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
class TTestHandler(Handler):
|
class TTestHandler(Handler):
|
||||||
|
|
Loading…
Reference in New Issue