Skip to content

Commit

Permalink
Remove unused comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Apr 28, 2021
1 parent 20d8f27 commit 5ad1246
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sonic-xcvrd/tests/test_xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@
test_path = os.path.dirname(os.path.abspath(__file__))
modules_path = os.path.dirname(test_path)
scripts_path = os.path.join(modules_path, "xcvrd")
#helper_file_path = os.path.join(scripts_path, "xcvrd_utilities"+"/y_cable_helper.py")
sys.path.insert(0, modules_path)

os.environ["XCVRD_UNIT_TESTING"] = "1"
#load_source('y_cable_helper', scripts_path + '/xcvrd_utilities/y_cable_helper.py')
#load_source('sfp_status_helper', scripts_path + '/xcvrd_utilities/sfp_status_helper.py')
from xcvrd.xcvrd_utilities.y_cable_helper import *
from xcvrd.xcvrd import *
from xcvrd.xcvrd_utilities.sfp_status_helper import *
Expand Down

0 comments on commit 5ad1246

Please sign in to comment.