1
0
Эх сурвалжийг харах

Update __init__.py

Making lint happy (?)
Juan F Arjona 10 сар өмнө
parent
commit
1fe0211ba6

+ 2 - 1
radicale/auth/__init__.py

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