1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

argon2: fixes for mypy

This commit is contained in:
Peter Bieringer 2025-04-29 19:22:55 +02:00
parent 02eb82354b
commit d3f1d203d4

View file

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