flake8 E302
This commit is contained in:
@@ -50,6 +50,7 @@ def load(configuration: "config.Configuration") -> "BaseAuth":
|
|||||||
return utils.load_plugin(INTERNAL_TYPES, "auth", "Auth", BaseAuth,
|
return utils.load_plugin(INTERNAL_TYPES, "auth", "Auth", BaseAuth,
|
||||||
configuration)
|
configuration)
|
||||||
|
|
||||||
|
|
||||||
class BaseAuth:
|
class BaseAuth:
|
||||||
|
|
||||||
_ldap_groups: Set[str] = set([])
|
_ldap_groups: Set[str] = set([])
|
||||||
|
|||||||
Reference in New Issue
Block a user