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

Removed useless imports

parent 75a036f5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
import logging
from collections import defaultdict

from sjrpc.core import RpcError
from sjrpc.core.protocols import TunnelProtocol

from cloudcontrol.server.orderedset import OrderedSet
from cloudcontrol.server.conf import CCConf
from cloudcontrol.server.exceptions import (AlreadyRegistered, AuthenticationError,
                                            RightError, ReservedTagError, BadObjectError,
from cloudcontrol.server.exceptions import (ReservedTagError, BadObjectError,
                                            BadRoleError, NotConnectedAccountError,
                                            CloneError)
from cloudcontrol.server.election import Elector