mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Apply suggestions of mypy
This commit is contained in:
parent
d75b071fec
commit
e05fbeb950
4 changed files with 8 additions and 6 deletions
|
@ -57,6 +57,8 @@ def intersect(a: str, b: str) -> str:
|
|||
|
||||
class BaseRights:
|
||||
|
||||
_user_groups: set[str] = set([])
|
||||
|
||||
def __init__(self, configuration: "config.Configuration") -> None:
|
||||
"""Initialize BaseRights.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue