From fc04e4543b0f0c36e012d75170ed4d23ae32cf64 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 26 Feb 2017 16:41:59 +0100 Subject: [PATCH] Remove unused import --- radicale/xmlutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index 29c98f6..375117c 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -28,7 +28,6 @@ in them for XML requests (all but PUT). import posixpath import re import xml.etree.ElementTree as ET -from pprint import pprint from collections import OrderedDict from datetime import datetime, timedelta, timezone from http import client