From 4e0730126df2141cd62807dc473ee31e850ca299 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 6 Dec 2021 17:30:13 -0800 Subject: [PATCH] test_l3_longevity: Fix InfluxRequest import Signed-off-by: Matthew Stidham --- py-scripts/test_l3_longevity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index 767a0a2e..61d3a92b 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -3005,7 +3005,6 @@ Setting wifi_settings per radio influxdb = None if args.influx_bucket is not None: - from InfluxRequest import RecordInflux influxdb = RecordInflux(_influx_host=args.influx_host, _influx_port=args.influx_port, _influx_org=args.influx_org,