From e709fd711c4981a301e523782e13ae88181e6239 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 18 Jan 2022 11:41:23 -0800 Subject: [PATCH] station_profile: Remove unused import Signed-off-by: Matthew Stidham --- py-json/station_profile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py-json/station_profile.py b/py-json/station_profile.py index fbc6fa38..3d335824 100644 --- a/py-json/station_profile.py +++ b/py-json/station_profile.py @@ -8,8 +8,6 @@ import datetime sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../"))) -lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base") -LFCliBase = lfcli_base.LFCliBase LFRequest = importlib.import_module("py-json.LANforge.LFRequest") LFUtils = importlib.import_module("py-json.LANforge.LFUtils") set_port = importlib.import_module("py-json.LANforge.set_port")