Skip to content

Commit 2ce5919

Browse files
author
Jostar Yang
committed
Fix LGTM alert
1 parent 210173f commit 2ce5919

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

platform/broadcom/sonic-platform-modules-accton/as5835-54t/utils/accton_as5835_54t_pddf_monitor.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
import sys, getopt
2727
import logging
2828
import logging.config
29-
import types
30-
import time # this is only being used as part of the example
29+
import time
3130
import signal
3231
from sonic_platform import platform
3332
except ImportError as e:
@@ -235,4 +234,4 @@ def main(argv):
235234
time.sleep(10)
236235

237236
if __name__ == '__main__':
238-
main(sys.argv[1:])
237+
main(sys.argv[1:])

0 commit comments

Comments
 (0)