ImproperlyConfigured is imported but not used in transport. (#693)
This commit is contained in:
committed by
Honza Král
parent
920218db83
commit
8c13060c87
@@ -5,7 +5,7 @@ from .connection import Urllib3HttpConnection
|
||||
from .connection_pool import ConnectionPool, DummyConnectionPool
|
||||
from .serializer import JSONSerializer, Deserializer, DEFAULT_SERIALIZERS
|
||||
from .exceptions import ConnectionError, TransportError, SerializationError, \
|
||||
ConnectionTimeout, ImproperlyConfigured
|
||||
ConnectionTimeout
|
||||
|
||||
|
||||
def get_host_info(node_info, host):
|
||||
|
||||
Reference in New Issue
Block a user