Skip to content

Commit 73a82bc

Browse files
committed
fix the imports
Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 519307d commit 73a82bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sonic-xcvrd/tests/test_xcvrd.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
sys.path.insert(0, modules_path)
3131

3232
os.environ["XCVRD_UNIT_TESTING"] = "1"
33-
from xcvrd.xcvrd import *
34-
from xcvrd.xcvrd_utilities.sfp_status_helper import *
35-
from xcvrd.xcvrd_utilities.port_mapping import *
3633

3734
with open(os.path.join(test_path, 'media_settings.json'), 'r') as f:
3835
media_settings_dict = json.load(f)

0 commit comments

Comments
 (0)