Fixed the influx_utils import in sta_connect2.py

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-12-13 16:58:25 +05:30
parent a00b4e6489
commit 38321f4cb9

View File

@@ -24,7 +24,7 @@ lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base")
LFCliBase = lfcli_base.LFCliBase
realm = importlib.import_module("py-json.realm")
Realm = realm.Realm
influx = importlib.import_module("py-scripts.influx")
influx = importlib.import_module("py-scripts.influx_utils")
RecordInflux = influx.RecordInflux
OPEN = "open"