Commit 1b437434 authored by kesnar's avatar kesnar
Browse files

fix: add missing import for math library

parent 0e40bd49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
# limitations under the License.

import time
import math
from random import random

from questdb.ingress import Sender, IngressError