Skip to content

Commit bb8e767

Browse files
paavaananlguohan
authored andcommitted
[devices]: Add missing python header files for S6000 sfputil.py (#2117)
1 parent d9d341b commit bb8e767

File tree

1 file changed

+2
-0
lines changed
  • device/dell/x86_64-dell_s6100_c2538-r0/plugins

1 file changed

+2
-0
lines changed

device/dell/x86_64-dell_s6100_c2538-r0/plugins/sfputil.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
try:
1616
import time
1717
import os
18+
import logging
19+
import select
1820
from sonic_sfp.sfputilbase import SfpUtilBase
1921
except ImportError as e:
2022
raise ImportError("%s - required module not found" % str(e))

0 commit comments

Comments
 (0)