Skip to content

Commit 0bdfb29

Browse files
committed
lgtm unused import
1 parent 43e0bd3 commit 0bdfb29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sonic-host-services/scripts/process-reboot-cause

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ try:
1010
import json
1111
import os
1212
import pwd
13-
import re
1413
import sys
1514

1615
import swsssdk
17-
from sonic_py_common import device_info, logger
16+
from sonic_py_common import logger
1817
except ImportError as err:
1918
raise ImportError("%s - required module not found" % str(err))
2019

0 commit comments

Comments
 (0)