1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-18 22:01:59 +00:00

- Linting

This commit is contained in:
Nate Harris 2025-07-19 23:38:37 -06:00
parent 16b7311229
commit 5c9c5b1572
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