mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
- Linting
This commit is contained in:
parent
070ba2d603
commit
c61cbdf3c1
6 changed files with 20 additions and 15 deletions
|
@ -249,7 +249,7 @@ class ApplicationPartPut(ApplicationBase):
|
|||
props=props)
|
||||
for item in prepared_items:
|
||||
# Try to grab the previously-existing item by href
|
||||
existing_item = replaced_items.get(item.href, None)
|
||||
existing_item = replaced_items.get(item.href, None) # type: ignore
|
||||
if existing_item:
|
||||
hook_notification_item = HookNotificationItem(
|
||||
notification_item_type=HookNotificationItemTypes.UPSERT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue