Skip to content

Commit

Permalink
Add missing sys imports (sonic-net#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilkey-cisco authored Jan 30, 2023
1 parent 38a7a65 commit 01ef800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sonic_platform_base/fan_drawer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
to interact with a fan drawer module in SONiC
"""

import sys
from . import device_base


Expand Down
1 change: 1 addition & 0 deletions sonic_platform_base/psu_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
to interact with a power supply unit (PSU) in SONiC
"""

import sys
from . import device_base


Expand Down

0 comments on commit 01ef800

Please sign in to comment.