Skip to content

Commit

Permalink
Add missing import statemet (sonic-net#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Myron Sosyak <[email protected]>
  • Loading branch information
msosyak authored and jleveque committed Jul 23, 2019
1 parent daa3fd9 commit 2fbe910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic-syseepromd/scripts/syseepromd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'''

try:
import sys
import signal
import threading
from sonic_daemon_base.daemon_base import DaemonBase
Expand Down

0 comments on commit 2fbe910

Please sign in to comment.