1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

- Linting

This commit is contained in:
Nate Harris 2025-07-19 23:38:37 -06:00
parent 070ba2d603
commit c61cbdf3c1
6 changed files with 20 additions and 15 deletions

View file

@ -21,7 +21,7 @@ import errno
import os
import pickle
import sys
from typing import Iterable, Iterator, TextIO, cast, Optional, Tuple
from typing import Iterable, Iterator, Optional, TextIO, Tuple, cast
import radicale.item as radicale_item
from radicale import pathutils