mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00: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
|
|
@ -36,9 +36,9 @@ def _null_child_context_manager(path: str,
|
|||
class StoragePartDiscover(StorageBase):
|
||||
|
||||
def discover(
|
||||
self, path: str, depth: str = "0",
|
||||
self, path: str, depth: str = "0",
|
||||
child_context_manager: Optional[
|
||||
Callable[[str, Optional[str]], ContextManager[None]]] = None,
|
||||
Callable[[str, Optional[str]], ContextManager[None]]] = None,
|
||||
user_groups: Set[str] = set([])
|
||||
) -> Iterator[types.CollectionOrItem]:
|
||||
# assert isinstance(self, multifilesystem.Storage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue