From 36f59bcf5e7f34247a3a67c735046ce74333da51 Mon Sep 17 00:00:00 2001 From: Dipti Date: Fri, 5 Mar 2021 18:34:21 -0800 Subject: [PATCH] import fix Signed-off-by: Dipti --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index e64ecffe..c269f2ac 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -20,7 +20,7 @@ import pandas as pd import requests import ast from l3_cxprofile import L3CXProfile -from l3_cxprofile2 import L3CXProfile +from l3_cxprofile2 import L3CXProfile2 from l4_cxprofile import L4CXProfile from multicast_profile import MULTICASTProfile from http_profile import HTTPProfile