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:
parent
dd25527252
commit
1fe0211ba6
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue