mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Apply suggestions of mypy
This commit is contained in:
parent
d75b071fec
commit
e05fbeb950
4 changed files with 8 additions and 6 deletions
|
@ -52,7 +52,7 @@ def load(configuration: "config.Configuration") -> "BaseAuth":
|
|||
|
||||
class BaseAuth:
|
||||
|
||||
_ldap_groups: set
|
||||
_ldap_groups: set[str] = set([])
|
||||
_lc_username: bool
|
||||
_strip_domain: bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue