Skip to content

Commit

Permalink
lgtm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sujinmkang committed Nov 19, 2020
1 parent 43e0bd3 commit 0bdfb29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sonic-host-services/scripts/process-reboot-cause
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ try:
import json
import os
import pwd
import re
import sys

import swsssdk
from sonic_py_common import device_info, logger
from sonic_py_common import logger
except ImportError as err:
raise ImportError("%s - required module not found" % str(err))

Expand Down

0 comments on commit 0bdfb29

Please sign in to comment.