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

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",