Skip to content
Snippets Groups Projects
Commit cbb4fdab authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: order imports

parent 5af2eddb
No related branches found
No related tags found
No related merge requests found
...@@ -32,14 +32,13 @@ from builtins import str # pylint: disable=redefined-builtin ...@@ -32,14 +32,13 @@ from builtins import str # pylint: disable=redefined-builtin
from errno import EPIPE as BrokenPipe from errno import EPIPE as BrokenPipe
from socket import error as SocketError from socket import error as SocketError
from pkg_resources import resource_filename
from caosdb.configuration import get_config from caosdb.configuration import get_config
from caosdb.exceptions import (AuthorizationException, CaosDBException, from caosdb.exceptions import (AuthorizationException, CaosDBException,
ClientErrorException, ConfigurationException, ClientErrorException, ConfigurationException,
ConnectionException, EntityDoesNotExistError, ConnectionException, EntityDoesNotExistError,
LoginFailedException, ServerErrorException, LoginFailedException, ServerErrorException,
URITooLongException) URITooLongException)
from pkg_resources import resource_filename
from .interface import CaosDBHTTPResponse, CaosDBServerConnection from .interface import CaosDBHTTPResponse, CaosDBServerConnection
from .streaminghttp import StreamingHTTPSConnection from .streaminghttp import StreamingHTTPSConnection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment