Skip to content

Commit

Permalink
Fix typo in CaldavSide
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Aug 16, 2024
1 parent 246df85 commit 71c44f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncall/caldav/caldav_side.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CaldavSide(SyncSide):
ID_KEY = "id"
SUMMARY_KEY = "summary"
LAST_MODIFICATION_KEY = "last-modified"
_identical_comparison_key: tuple[str] = (
_identical_comparison_keys: tuple[str] = (
"description",
"end",
"status",
Expand Down

0 comments on commit 71c44f7

Please sign in to comment.