Skip to content

Commit

Permalink
Updated fan_drawer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Kokhan committed Dec 17, 2021
1 parent 6ec5027 commit 61dfb02
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:
from sonic_platform_base.fan_drawer_base import FanDrawerBase
from sonic_py_common import device_info
from .fan import Fan
from sonic_platform.fan import Fan
except ImportError as e:
raise ImportError (str(e) + "- required module not found")

Expand Down

0 comments on commit 61dfb02

Please sign in to comment.