Commit d69faeec authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed unused import.

parent 3cae5356
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ import socket
import logging
import threading
from uuid import uuid4
from Queue import Queue

from sjrpc.utils import BytesBuffer
from sjrpc.core.callers import RpcCaller, ThreadedRpcCaller