[STORM-537] Cleaned imports after tests removal
diff --git a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
index dac7fe3..ed5797d 100644
--- a/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
+++ b/storm-core/test/clj/backtype/storm/messaging/netty_unit_test.clj
@@ -15,8 +15,7 @@
 ;; limitations under the License.
 (ns backtype.storm.messaging.netty-unit-test
   (:use [clojure test])
-  (:import [backtype.storm.messaging TransportFactory TaskMessage])
-  (:import [java.util.concurrent ExecutionException])
+  (:import [backtype.storm.messaging TransportFactory])
   (:use [backtype.storm bootstrap testing util]))
 
 (bootstrap)