Skip to content

Commit

Permalink
[BFN] Improvement show environment (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynYarovyiBf authored and Your Name committed Dec 22, 2021
1 parent 5d221d3 commit c327a51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
import subprocess

from sonic_platform.bfn_extensions.platform_sensors import platform_sensors_get
from bfn_extensions.platform_sensors import platform_sensors_get
from sonic_platform_base.thermal_base import ThermalBase
except ImportError as e:
raise ImportError (str(e) + "- required module not found")
Expand Down

0 comments on commit c327a51

Please sign in to comment.