Skip to content

Commit 2bf3a47

Browse files
iMicknlCopilot
andauthored
Update pyoverkiz/models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7937cf1 commit 2bf3a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoverkiz/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def __init__(
596596
self.last_update_time = last_update_time
597597
self.label = (
598598
label or ""
599-
) # for backwards compatiblity we set label to empty string if None
599+
) # for backwards compatibility we set label to empty string if None
600600
self.metadata = metadata
601601
self.shortcut = shortcut
602602
self.notification_type_mask = notification_type_mask

0 commit comments

Comments
 (0)