Style fixes

This commit is contained in:
Markus Unterwaditzer 2015-02-26 12:34:33 +01:00
parent 33d9d7d93e
commit 96eb309ab7

View file

@ -9,7 +9,7 @@ from requests.exceptions import HTTPError
from .base import Item, Storage from .base import Item, Storage
from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_auth, \ from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_auth, \
prepare_verify, prepare_client_cert prepare_client_cert, prepare_verify
from .. import exceptions, log, utils from .. import exceptions, log, utils
from ..utils.compat import text_type from ..utils.compat import text_type