fix code example

pull/2816/head
Kelly 2021-07-07 11:40:24 -07:00
parent 2534d2f34a
commit 059573b2c9
3 changed files with 4 additions and 4 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
import kapacitor.udf.udf_pb2
from import kapacitor.udf import udf_pb2
import sys
class TTestHandler(Handler):

View File

@ -240,7 +240,7 @@ What follows is the complete UDF implementation with our `info`,
from kapacitor.udf.agent import Agent, Handler
from scipy import stats
import math
import kapacitor.udf.udf_pb2
from import kapacitor.udf import udf_pb2
import sys
class TTestHandler(Handler):

View File

@ -240,7 +240,7 @@ What follows is the complete UDF implementation with our `info`,
from kapacitor.udf.agent import Agent, Handler
from scipy import stats
import math
import kapacitor.udf.udf_pb2
from import kapacitor.udf import udf_pb2
import sys
class TTestHandler(Handler):