mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Style fixes
This commit is contained in:
parent
33d9d7d93e
commit
96eb309ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from requests.exceptions import HTTPError
|
|||
|
||||
from .base import Item, Storage
|
||||
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 ..utils.compat import text_type
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue