mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 05:07:40 +03:00
flake8 E302
This commit is contained in:
parent
7df2fb35a7
commit
94898ef6c1
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ def load(configuration: "config.Configuration") -> "BaseAuth":
|
|||
return utils.load_plugin(INTERNAL_TYPES, "auth", "Auth", BaseAuth,
|
||||
configuration)
|
||||
|
||||
|
||||
class BaseAuth:
|
||||
|
||||
_ldap_groups: Set[str] = set([])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue