Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Dec 26, 2022
1 parent f8bb4b1 commit 1db8017
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion supervisor/tests/test_confecho.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test suite for supervisor.confecho"""

import sys
import unittest
from supervisor.compat import StringIO
from supervisor import confecho
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_dispatchers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest
import os
import sys

from supervisor.compat import as_bytes

Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_events.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest

from supervisor.tests.base import DummyOptions
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_http.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import base64
import os
import stat
import sys
import socket
import tempfile
import unittest
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_poller.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest
import errno
import select
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_rpcinterfaces.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import unittest
import sys
import operator
import os
import time
Expand Down
2 changes: 0 additions & 2 deletions supervisor/tests/test_socket_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Test suite for supervisor.socket_manager"""

import gc
import sys
import os
import unittest
import socket
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_states.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test suite for supervisor.states"""

import sys
import unittest
from supervisor import states

Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_supervisorctl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest
from supervisor import xmlrpc
from supervisor.compat import StringIO
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_templating.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import unittest
import re
import sys

_SIMPLE_XML = r"""<?xml version="1.0"?>
<root xmlns:meld="https://github.com/Supervisor/supervisor">
Expand Down
1 change: 0 additions & 1 deletion supervisor/tests/test_web.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest

from supervisor.tests.base import DummySupervisor
Expand Down

0 comments on commit 1db8017

Please sign in to comment.