Skip to content

Commit

Permalink
add forgotten attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 9, 2024
1 parent 1faa7bd commit ab28d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radicale/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class ApplicationBase:
_rights: rights.BaseRights
_web: web.BaseWeb
_encoding: str
_permit_delete_collection: bool
_hook: hook.BaseHook

def __init__(self, configuration: config.Configuration) -> None:
Expand Down

0 comments on commit ab28d65

Please sign in to comment.