Skip to content

Commit

Permalink
flake8 E302
Browse files Browse the repository at this point in the history
  • Loading branch information
itglob committed Dec 25, 2024
1 parent 7df2fb3 commit 94898ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radicale/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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([])
Expand Down

0 comments on commit 94898ef

Please sign in to comment.