Skip to content

Commit

Permalink
Remove unused imports (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque committed Jul 19, 2020
1 parent 23757a3 commit 029d5a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions sonic-ledd/scripts/ledd
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

try:
import getopt
import os
import imp
import signal
import subprocess
import sys
import syslog
from swsscommon import swsscommon
from sonic_daemon_base import daemon_base
from sonic_daemon_base.daemon_base import Logger
Expand Down
1 change: 0 additions & 1 deletion sonic-psud/scripts/psud
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

try:
import sys
import time
import signal
import threading
from swsscommon import swsscommon
Expand Down
2 changes: 0 additions & 2 deletions sonic-thermalctld/scripts/thermalctld
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"""

try:
import os
import sys
import time
import signal
import threading
Expand Down

0 comments on commit 029d5a5

Please sign in to comment.