remove problematic import

This commit is contained in:
Justin Thomas 2023-12-16 01:22:24 +00:00
parent a5efee4a57
commit 34d9c7111d

View File

@ -10,7 +10,6 @@
#############################################################################
try:
import os.path
import os.geteuid
from sonic_eeprom import eeprom_tlvinfo
except ImportError as e:
raise ImportError(str(e) + "- required module not found")