mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Remove trailing whitespaces and unsused import.
This commit is contained in:
parent
97479190e8
commit
ccb59444c3
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ import json
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
from typing import (Callable, ContextManager, Iterable, Iterator, Mapping,
|
from typing import (Callable, ContextManager, Iterable, Iterator, Mapping,
|
||||||
Optional, Sequence, Set, Tuple, Union, cast, overload)
|
Optional, Sequence, Set, Tuple, Union, overload)
|
||||||
|
|
||||||
import vobject
|
import vobject
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue