1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Update __init__.py

Making lint happy (?)
This commit is contained in:
Juan F Arjona 2025-05-07 11:59:27 -05:00 committed by GitHub
parent dd25527252
commit 1fe0211ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,10 +34,11 @@ import os
import threading
import time
from typing import List, Sequence, Set, Tuple, Union, final
from urllib.parse import unquote
from radicale import config, types, utils
from radicale.log import logger
from urllib.parse import unquote
INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
"denyall",