From 331eaa2ba736efa83e1cadc032baafe0be6b690b Mon Sep 17 00:00:00 2001 From: Sheng Date: Wed, 25 Apr 2018 21:08:02 +0800 Subject: [PATCH] Remove unused modules --- tests/test_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_handler.py b/tests/test_handler.py index b2c95f9..88412ba 100644 --- a/tests/test_handler.py +++ b/tests/test_handler.py @@ -1,7 +1,6 @@ import unittest import os.path import paramiko -from paramiko import RSAKey, DSSKey, Ed25519Key, ECDSAKey from tornado.httputil import HTTPServerRequest from handler import MixinHandler, IndexHandler