Update __init__.py
Making lint happy (?)
This commit is contained in:
@@ -34,10 +34,11 @@ import os
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
from typing import List, Sequence, Set, Tuple, Union, final
|
from typing import List, Sequence, Set, Tuple, Union, final
|
||||||
|
from urllib.parse import unquote
|
||||||
|
|
||||||
from radicale import config, types, utils
|
from radicale import config, types, utils
|
||||||
from radicale.log import logger
|
from radicale.log import logger
|
||||||
from urllib.parse import unquote
|
|
||||||
|
|
||||||
INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
|
INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
|
||||||
"denyall",
|
"denyall",
|
||||||
|
|||||||
Reference in New Issue
Block a user