Skip to content

Commit 5ad1246

Browse files
Remove unused comment lines
1 parent 20d8f27 commit 5ad1246

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sonic-xcvrd/tests/test_xcvrd.py

-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@
2424
test_path = os.path.dirname(os.path.abspath(__file__))
2525
modules_path = os.path.dirname(test_path)
2626
scripts_path = os.path.join(modules_path, "xcvrd")
27-
#helper_file_path = os.path.join(scripts_path, "xcvrd_utilities"+"/y_cable_helper.py")
2827
sys.path.insert(0, modules_path)
2928

3029
os.environ["XCVRD_UNIT_TESTING"] = "1"
31-
#load_source('y_cable_helper', scripts_path + '/xcvrd_utilities/y_cable_helper.py')
32-
#load_source('sfp_status_helper', scripts_path + '/xcvrd_utilities/sfp_status_helper.py')
3330
from xcvrd.xcvrd_utilities.y_cable_helper import *
3431
from xcvrd.xcvrd import *
3532
from xcvrd.xcvrd_utilities.sfp_status_helper import *

0 commit comments

Comments
 (0)