Skip to content

Commit 06a95d7

Browse files
committed
fix according to isort report
1 parent f610384 commit 06a95d7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

radicale/app/report.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
1919

2020
import contextlib
21+
import copy
2122
import datetime
2223
import posixpath
2324
import socket
24-
import copy
2525
import xml.etree.ElementTree as ET
26-
from vobject.base import ContentLine
2726
from http import client
28-
from typing import (
29-
Callable, Iterable, Iterator,
30-
Optional, Sequence, Tuple,
31-
)
27+
from typing import Callable, Iterable, Iterator, Optional, Sequence, Tuple
3228
from urllib.parse import unquote, urlparse
3329

30+
from vobject.base import ContentLine
31+
3432
import radicale.item as radicale_item
3533
from radicale import httputils, pathutils, storage, types, xmlutils
3634
from radicale.app.base import Access, ApplicationBase

0 commit comments

Comments
 (0)