1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Reorder imports.

This commit is contained in:
Dipl. Ing. Péter Varkoly 2024-09-12 12:17:34 +02:00
parent b47c76e9ca
commit a7f33c8795
2 changed files with 2 additions and 6 deletions

View file

@ -32,13 +32,10 @@ Take a look at the class ``BaseRights`` if you want to implement your own.
"""
from typing import Sequence
from typing import Sequence, Set
from radicale import config, utils
from typing import Set
INTERNAL_TYPES: Sequence[str] = ("authenticated", "owner_write", "owner_only",
"from_file")