瀏覽代碼

fix typing

Peter Bieringer 1 年之前
父節點
當前提交
8604dacad0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      radicale/auth/htpasswd.py

+ 1 - 1
radicale/auth/htpasswd.py

@@ -157,7 +157,7 @@ class Auth(auth.BaseAuth):
             # assumed plaintext
             return self._plain(hash_value, password)
 
-    def _read_htpasswd(self, init: bool, suppress: bool) -> Tuple[bool, int, dict]:
+    def _read_htpasswd(self, init: bool, suppress: bool) -> Tuple[bool, int, dict, int, int]:
         """Read htpasswd file
 
         init == True: stop on error