From dc92a885846c509e7a03f8e76acbed7c357c9b56 Mon Sep 17 00:00:00 2001 From: Tuna Celik Date: Mon, 17 Aug 2020 02:26:30 +0200 Subject: [PATCH] Refactoring --- radicale/app/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale/app/__init__.py b/radicale/app/__init__.py index 76300cc0..49b166ba 100644 --- a/radicale/app/__init__.py +++ b/radicale/app/__init__.py @@ -40,8 +40,8 @@ from xml.etree import ElementTree as ET import defusedxml.ElementTree as DefusedET import pkg_resources -from radicale import (auth, hook, httputils, log, pathutils, rights, storage, web, - xmlutils) +from radicale import (auth, hook, httputils, log, pathutils, rights, storage, + web, xmlutils) from radicale.app.delete import ApplicationDeleteMixin from radicale.app.get import ApplicationGetMixin from radicale.app.head import ApplicationHeadMixin