Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c99e40

Browse files
committed
Remove unused imports
1 parent b58179a commit 8c99e40

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

supervisor_cache/tests/test_controllerplugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
except:
77
from io import StringIO
88

9-
import supervisor_cache
10-
119
class TestControllerPlugin(unittest.TestCase):
1210

1311
# Factory

supervisor_cache/tests/test_rpcinterface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from supervisor.xmlrpc import Faults
66
from supervisor.supervisord import SupervisorStates
77

8-
import supervisor_cache
9-
108
from supervisor.tests.base import DummySupervisor
119

1210
class TestRPCInterface(unittest.TestCase):

0 commit comments

Comments
 (0)