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

Removed unused import.

parent 85f13851
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ from __future__ import absolute_import

import inspect
import logging
from sjrpc.utils import RpcHandler, pure
from sjrpc.utils import RpcHandler
from sjrpc.core import RpcError
from ccserver.conf import CCConf
from ccserver.exceptions import (AlreadyRegistered, AuthenticationError,