From 96eb309ab73622b0b17487479b8bb99d5c22a402 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 26 Feb 2015 12:34:33 +0100 Subject: [PATCH] Style fixes --- vdirsyncer/storage/dav.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/storage/dav.py b/vdirsyncer/storage/dav.py index 9980a7f..a99edcd 100644 --- a/vdirsyncer/storage/dav.py +++ b/vdirsyncer/storage/dav.py @@ -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