We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210173f commit 2ce5919Copy full SHA for 2ce5919
platform/broadcom/sonic-platform-modules-accton/as5835-54t/utils/accton_as5835_54t_pddf_monitor.py
@@ -26,8 +26,7 @@
26
import sys, getopt
27
import logging
28
import logging.config
29
- import types
30
- import time # this is only being used as part of the example
+ import time
31
import signal
32
from sonic_platform import platform
33
except ImportError as e:
@@ -235,4 +234,4 @@ def main(argv):
235
234
time.sleep(10)
236
237
if __name__ == '__main__':
238
- main(sys.argv[1:])
+ main(sys.argv[1:])
0 commit comments