From 5616f0f1970da10c0423463cb9d4a363e379e01e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 5 Nov 2015 16:01:03 +0100 Subject: [PATCH] stylefixes --- vdirsyncer/storage/remotestorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/storage/remotestorage.py b/vdirsyncer/storage/remotestorage.py index 3a1153f..a1499c1 100644 --- a/vdirsyncer/storage/remotestorage.py +++ b/vdirsyncer/storage/remotestorage.py @@ -20,7 +20,7 @@ We also use a custom ``data``-URI for the redirect in OAuth: import click from .base import Item, Storage -from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_client_cert, \ +from .http import HTTP_STORAGE_PARAMETERS, prepare_client_cert, \ prepare_verify from .. import exceptions, log, utils