فهرست منبع

Update __init__.py

Making lint happy (?)
Juan F Arjona 10 ماه پیش
والد
کامیت
1fe0211ba6
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      radicale/auth/__init__.py

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