mirror of https://github.com/ARMmbed/mbed-os.git
pyFlakes issues fixed. Simple refactoring
parent
e7c8010fe5
commit
7c6ece5764
|
@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
from SocketServer import BaseRequestHandler, UDPServer
|
||||
from host_test import Test, DefaultTest
|
||||
from host_test import Test
|
||||
import socket
|
||||
from sys import stdout
|
||||
|
||||
|
|
Loading…
Reference in New Issue